JP5422589B2 - Module analysis system, module analysis method, and module analysis program - Google Patents
Module analysis system, module analysis method, and module analysis program Download PDFInfo
- Publication number
- JP5422589B2 JP5422589B2 JP2011059311A JP2011059311A JP5422589B2 JP 5422589 B2 JP5422589 B2 JP 5422589B2 JP 2011059311 A JP2011059311 A JP 2011059311A JP 2011059311 A JP2011059311 A JP 2011059311A JP 5422589 B2 JP5422589 B2 JP 5422589B2
- Authority
- JP
- Japan
- Prior art keywords
- module
- identifier
- display
- structure diagram
- information storage
- 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
Links
- 238000004458 analytical method Methods 0.000 title claims description 115
- 238000000034 method Methods 0.000 claims description 135
- 238000010586 diagram Methods 0.000 claims description 74
- 238000013500 data storage Methods 0.000 claims description 51
- 238000007726 management method Methods 0.000 claims description 37
- 238000013519 translation Methods 0.000 claims description 30
- 230000006870 function Effects 0.000 claims description 16
- 230000007717 exclusion Effects 0.000 claims description 8
- 230000004931 aggregating effect Effects 0.000 claims description 3
- 238000013461 design Methods 0.000 description 55
- 238000012545 processing Methods 0.000 description 32
- 230000018109 developmental process Effects 0.000 description 16
- 238000011161 development Methods 0.000 description 15
- 238000010972 statistical evaluation Methods 0.000 description 8
- 238000011156 evaluation Methods 0.000 description 5
- 230000015654 memory Effects 0.000 description 5
- 239000000284 extract Substances 0.000 description 4
- 230000033772 system development Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 239000003086 colorant Substances 0.000 description 2
- 238000012937 correction Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000007405 data analysis Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 230000009191 jumping Effects 0.000 description 1
- 239000003607 modifier Substances 0.000 description 1
Images
Landscapes
- Stored Programmes (AREA)
Description
本発明は、複数のモジュールから構成されたシステム構造を可視化するためのモジュール解析システム、モジュール解析方法及びモジュール解析プログラムに関する。 The present invention relates to a module analysis system, a module analysis method, and a module analysis program for visualizing a system structure composed of a plurality of modules.
既存のシステムについて、新たな機能追加や機能修正のために、プログラムを部分的に変更することがある。この場合、変更作業が、他のシステム構成にどのような影響を与えるかを調査する必要がある。最近のシステム開発においては、各機能を部品化したモジュールを組み合わせて構築する場合がある。ここでは、一つのモジュールが他のモジュールを呼び出すことにより、モジュール相互に関連性が生じる。このような場合、システムにおいて使用されるモジュール数が多い場合、相互関係が複雑になり、モジュール変更による影響範囲の調査に手間がかかる。更に、大規模なシステムの場合、サブシステムに分割して個別に設計開発を行なうこともあり、サブシステム間の整合性や均一性の違いにより、影響範囲の特定が難しい場合もある。 For existing systems, the program may be partially changed to add new functions or modify functions. In this case, it is necessary to investigate how the change work affects other system configurations. In recent system development, there is a case in which a module in which each function is converted into a component is combined. Here, one module calls another module, so that the modules are related to each other. In such a case, if the number of modules used in the system is large, the interrelationship becomes complicated, and it takes time to investigate the influence range due to the module change. Furthermore, in the case of a large-scale system, design development may be performed by dividing the system into subsystems, and it may be difficult to specify the affected range due to differences in consistency and uniformity between subsystems.
そこで、システムの変更に伴う影響範囲を把握するための技術が検討されている(例えば、特許文献1を参照。)。この文献に記載されたシステムにおいては、ドキュメント及びプログラム(モジュール)の成果物を管理する。このため、機能情報テーブル、モジュール情報テーブル、機能−モジュール関連テーブル、モジュール間関連情報テーブルを備える。成果物を登録する際に、機能情報テーブルに基づいて機能の構成に必要なモジュールの選択をガイドし、モジュール情報テーブルに基づいてモジュールに関連する機能の選択をガイドする。更に、モジュール間関連情報テーブルに基づいてモジュールに関連する他のモジュールの選択をガイドする。そして、システム変更に伴う影響範囲を検索するとき、検索キーとして入力された情報に従って機能−モジュール関連テーブルやモジュール間関連情報テーブルを検索する。 Therefore, a technique for grasping the range of influence associated with the change of the system has been studied (see, for example, Patent Document 1). In the system described in this document, documents and programs (modules) deliverables are managed. For this purpose, a function information table, a module information table, a function-module relation table, and an inter-module relation information table are provided. When registering a deliverable, selection of a module necessary for the function configuration is guided based on the function information table, and selection of a function related to the module is guided based on the module information table. Furthermore, selection of other modules related to the module is guided based on the inter-module relation information table. Then, when searching for the influence range associated with the system change, the function-module related table and the inter-module related information table are searched according to the information input as the search key.
また、ソフトウェア資産の再利用や改造を行なう単位で影響する内容を出力するためのソフトウェア資産管理システムも検討されている(例えば、特許文献2を参照。)。この文献に記載されたシステムにおいては、ソフトウェア開発において、ドキュメント及びプログラムの成果物を管理する。このため、システムの機能の情報を保持する機能情報と、モジュールの情報を保持するモジュール情報とを備える。成果物を登録する際には、設計情報を識別して設計情報の関連を示すタグ情報を成果物に付加する。そして、システム変更に伴う影響範囲を検索する際には、システムに備えた機能とモジュール間の関連情報を保持する機能―モジュール関連情報、モジュール間の関係を保持するモジュール間関連情報を検索してタグを付けられた設計情報と関連情報を抽出して、システム間の修正時に影響がある成果物及び設計情報を検索可能にする。 In addition, a software asset management system for outputting contents that affect each unit for reusing or remodeling software assets has been studied (see, for example, Patent Document 2). In the system described in this document, documents and program deliverables are managed in software development. For this reason, it comprises function information for holding information on the functions of the system and module information for holding information on the modules. When registering a deliverable, tag information that identifies design information and indicates the relationship of the design information is added to the deliverable. When searching for the scope of impact due to system changes, search for functions related to the system and the function-module related information that holds the related information between modules, and the inter-module related information that holds the relationships between modules. The tagged design information and related information are extracted, and it is possible to search for deliverables and design information that have an influence upon correction between systems.
上述の特許文献に記載されたシステムにおいては、各モジュールの関係を表示する画面を出力する。これにより、視覚的に各モジュールの関連性を把握することができる。しか
しながら、大きなシステムにおいては、多くのモジュールが利用されているため、各モジュールの関係を単に表示しただけでは、影響範囲の把握が困難な場合がある。
In the system described in the above-mentioned patent document, a screen displaying the relationship between each module is output. Thereby, the relevance of each module can be grasped visually. However, since many modules are used in a large system, it may be difficult to grasp the influence range simply by displaying the relationship between the modules.
本発明は、上記問題点を解決するためになされたものであり、その目的は、各モジュールの影響度を効率的に把握できるようにするためのモジュール解析システム、モジュール解析方法及びモジュール解析プログラムを提供することにある。 The present invention has been made to solve the above-described problems, and its purpose is to provide a module analysis system, a module analysis method, and a module analysis program for efficiently grasping the degree of influence of each module. It is to provide.
上記問題点を解決するために、請求項1に記載の発明は、モジュール識別子に対して、
このモジュールが呼び出す下位モジュールのモジュール識別子を関連付けて記憶する関連性情報記憶手段と、モジュール識別子に対して、このモジュールが呼び出された呼出回数を記憶する呼出回数情報記憶手段と、クライアント端末に接続される制御手段とを備えたモジュール解析システムであって、前記制御手段が、解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて前記関連性情報記憶手段に登録する手段と、モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を前記呼出回数情報記憶手段に登録する手段と、前記クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、前記検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を前記関連性情報記憶手段から取得し、前記取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、前記取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する手段と、前記呼出回数情報記憶手段から、前記モジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、前記モジュール構造図において、前記呼出回数に応じて各モジュール識別子の表示方法を変更する手段と、前記モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を判定し、判定結果に応じて、前記下位モジュールの展開表示を集約する手段と、前記モジュール構造図を前記クライアント端末に出力する手段とを備えることを要旨とする。
In order to solve the above-described problem, the invention according to claim 1 is directed to a module identifier.
Relevance information storage means for associating and storing module identifiers of lower-level modules called by this module, call count information storage means for storing the number of calls by which this module is called for the module identifier, and a client terminal. A module analyzing system comprising: a control unit that identifies a lower module for each module that constitutes the analysis target system, associates both module identifiers, and registers them in the association information storage unit Means for calculating the number of calls for each module, registering the number of calls for each module identifier in the number-of-calls information storage means, and obtaining the module identifier of the search target module from the client terminal. Associated with the module identifier of the target module Module identifiers of module modules are acquired from the association information storage means, module identifiers of other lower modules associated with the module identifiers of the acquired lower modules are acquired up to a predetermined hierarchy, and the acquired module identifiers are A module structure diagram including an expanded display that is displayed separately, and a call count for the module identifier displayed in the module structure diagram is acquired from the call count information storage unit, and in the module structure diagram, In the module structure diagram, when a plurality of the same module identifiers are included in the module structure diagram, the module identifier display method is changed from the display position of the module identifier displayed in advance. The distance to the display position of the displayed module identifier Flip to determine the necessity of deploying a display in accordance with the determination result, and means for aggregating expand the lower module, and summarized in that and means for outputting the module structure diagram on the client terminal.
請求項2に記載の発明は、請求項1に記載のモジュール解析システムにおいて、前記下位モジュールの特定は、モジュールのソースコードに含まれるプログラム識別子、画面識別子、データベース識別子のいずれかを用いて行なうことを要旨とする。 According to a second aspect of the present invention, in the module analysis system according to the first aspect, the lower module is specified by using any one of a program identifier, a screen identifier, and a database identifier included in the module source code. Is the gist.
請求項3に記載の発明は、請求項1又は2のいずれか一つに記載のモジュール解析システムにおいて、前記制御手段が、下位モジュールの種類を特定し、前記モジュール構造図において、下位モジュールの種類に応じて、前記下位モジュールのモジュール識別子の表示方法を変更することを要旨とする。 According to a third aspect of the present invention, in the module analysis system according to the first or second aspect , the control means specifies a type of the lower module, and the type of the lower module in the module structure diagram. The gist is to change the display method of the module identifier of the lower module according to the above.
請求項4に記載の発明は、請求項1〜3のいずれか一つに記載のモジュール解析システムにおいて、下位モジュールの内容を解析して複雑度を評価し、前記モジュール構造図において、下位モジュールの複雑度に応じて、前記下位モジュールのモジュール識別子の表示方法を変更することを要旨とする。 According to a fourth aspect of the present invention, in the module analysis system according to any one of the first to third aspects, the complexity of the lower module is evaluated by analyzing the contents of the lower module. The gist is to change the display method of the module identifier of the lower module according to the complexity.
請求項5に記載の発明は、請求項1〜4のいずれか一つに記載のモジュール解析システムにおいて、検索対象外モジュールを登録した除外情報記憶手段を更に備え、前記モジュール構造図において、前記除外情報記憶手段に登録されている検索対象外モジュールのモジュール識別子の表示を削除することを要旨とする。 A fifth aspect of the present invention is the module analysis system according to any one of the first to fourth aspects, further comprising exclusion information storage means for registering a module not to be searched, wherein the exclusion is stored in the module structure diagram. The gist is to delete the display of the module identifier of the non-search target module registered in the information storage means.
請求項6に記載の発明は、請求項1〜5のいずれか一つに記載のモジュール解析システムにおいて、前記制御手段が、各モジュールを起動した場合において、他のモジュールの呼出ログを取得し、前記呼出ログを用いて、前記関連性情報記憶手段に記憶された情報を修正することを要旨とする。
請求項7に記載の発明は、請求項1〜6のいずれか一つに記載のモジュール解析システムにおいて、利用者ID、スキルレベルに関するデータを含む利用者管理レコードが記録されている利用者データ記憶部、見出し語、スキルレベル、翻訳語に関するデータを含む単語レコードが記録されている辞書データ記憶部を更に備え、前記制御手段が、更に、前記利用者データ記憶部を用いて、利用者の利用者IDに対応するスキルレベルを特定し、前記辞書データ記憶部から、解析対象システムを構成するモジュールのソースコードに含まれる単語を翻訳対象語として抽出し、前記翻訳対象語が、前記辞書データ記憶部に記録された単語レコードの見出し語として登録されている場合、前記特定したスキルレベルに応じた翻訳語を抽出して表示することを要旨とする。
Invention of Claim 6 is a module analysis system as described in any one of Claims 1-5 , When the said control means starts each module, it acquires the call log of another module, The gist is to modify the information stored in the relevance information storage means using the call log.
A seventh aspect of the present invention is the module data analysis system according to any one of the first to sixth aspects, wherein a user management record including data relating to a user ID and a skill level is recorded. A dictionary data storage unit in which a word record including data relating to a section, a headword, a skill level, and a translation word is recorded, and the control unit further uses the user data storage unit to use the user. A skill level corresponding to the person ID is specified, and a word included in a source code of a module constituting the analysis target system is extracted as a translation target word from the dictionary data storage unit, and the translation target word is stored in the dictionary data storage If it is registered as a headword of a word record recorded in the department, a translated word corresponding to the specified skill level is extracted and displayed. It is the gist of.
請求項8に記載の発明は、モジュール識別子に対して、このモジュールが呼び出す下位モジュールのモジュール識別子を関連付けて記憶する関連性情報記憶手段と、モジュール識別子に対して、このモジュールが呼び出された呼出回数を記憶する呼出回数情報記憶手段と、クライアント端末に接続される制御手段とを備えたモジュール解析システムを用いて、モジュールを解析する方法であって、前記制御手段が、解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて前記関連性情報記憶手段に登録する段階と、モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を前記呼出回数情報記憶手段に登録する段階と、前記クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、前記検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を前記関連性情報記憶手段から取得し、前記取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、前記取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する段階と、前記呼出回数情報記憶手段から、前記モジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、前記モジュール構造図において、前記呼出回数に応じて各モジュール識別子の表示方法を変更する段階と、前記モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を
判定し、判定結果に応じて、前記下位モジュールの展開表示を集約する段階と、前記モジュール構造図を前記クライアント端末に出力する段階とを実行することを要旨とする。
The invention described in claim 8 is related information storage means for storing a module identifier in association with a module identifier of a lower module called by the module, and the number of times the module is called for the module identifier. Is a module analysis system comprising a module analysis system comprising a call count information storage means for storing the information and a control means connected to the client terminal, wherein the control means constitutes a system to be analyzed. For each step, a lower module is specified, the module identifiers of both are associated and registered in the association information storage means, the number of calls is calculated for each module, and the number of calls for each module identifier is stored in the call number information storage means And the module of the search target module from the client terminal. When the module identifier is acquired, the module identifier of the lower module associated with the module identifier of the search target module is acquired from the relevance information storage unit, and the other lower module associated with the module identifier of the acquired lower module is acquired. Acquiring a module identifier of a module up to a predetermined hierarchy, generating a module structure diagram including an expanded display for displaying the acquired module identifier in a hierarchy, and from the call count information storage means to the module structure diagram Obtaining the number of calls for the displayed module identifier, and changing the display method of each module identifier according to the number of calls in the module structure diagram, and including a plurality of the same module identifiers in the module structure diagram If the From the display position of Lumpur identifier, the necessity of deploying display according to the distance to the display position of the module identifier to be displayed subsequent to
The gist is to execute the step of collecting and unfolding the expanded display of the lower modules and outputting the module structure diagram to the client terminal according to the determination result .
請求項9に記載の発明は、モジュール識別子に対して、このモジュールが呼び出す下位モジュールのモジュール識別子を関連付けて記憶する関連性情報記憶手段と、モジュール識別子に対して、このモジュールが呼び出された呼出回数を記憶する呼出回数情報記憶手段と、クライアント端末に接続される制御手段とを備えたモジュール解析システムを用いて、を解析するためのプログラムであって、前記制御手段を、解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて前記関連性情報記憶手段に登録する手段、モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を前記呼出回数情報記憶手段に登録する手段、前記クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、前記検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を前記関連性情報記憶手段から取得し、前記取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、前記取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する手段、前記呼出回数情報記憶手段から、前記モジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、前記モジュール構造図において、前記呼出回数に応じて各モジュール識別子の表示方法を変更する手段、前記モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を判定し、判定結果に応じて、前記下位モジュールの展開表示を集約する手段、前記モジュール構造図を前記クライアント端末に出力する手段として機能させることを要旨とする。 The invention described in claim 9 is related information storage means for storing a module identifier in association with a module identifier of a lower module that is called by the module, and the number of times the module is called for the module identifier. Is a program for analyzing a module analysis system using a module analysis system including a call count information storage means for storing the information and a control means connected to the client terminal, and the control means constitutes an analysis target system Means for identifying a lower module for each module, associating both module identifiers with each other and registering them in the relevance information storage means; calculating the number of calls for each module; and calling number information storage means for each module identifier Means for registering to the module of the search target module from the client terminal. The module identifier of the lower module associated with the module identifier of the search target module is acquired from the relevance information storage means, and the other lower module associated with the module identifier of the acquired lower module. Means for generating a module structure diagram including an expanded display for displaying the module identifiers up to a predetermined level and displaying the acquired module identifiers divided into layers, and displayed in the module structure diagram from the call count information storage unit Means for changing the display method of each module identifier according to the number of calls in the module structure diagram, and when the module identifier includes a plurality of the same module identifiers, Module displayed in advance From the display position of Besshi, and determines the necessity of deploying display according to the distance to the display position of the module identifier to be displayed subsequently, depending on the determination result, it means for aggregating expand the lower-level module, The gist is to cause the module structure diagram to function as means for outputting to the client terminal.
(作用)
請求項1、8、9に記載の発明によれば、制御手段が、解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて関連性情報記憶手段に登録する。更に、モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を呼出回数情報記憶手段に登録する。そして、クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を関連性情報記憶手段から取得する。次に、取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する。更に、呼出回数情報記憶手段からモジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、モジュール構造図において、呼出回数に応じて各モジュール識別子の表示方法を変更する。そして、モジュール構造図をクライアント端末に出力する。これにより、呼出関係に応じて関連モジュールを特定し、このモジュールの影響度を効率的に把握することできる。
(Function)
According to the inventions described in claims 1, 8 , and 9 , the control unit specifies a lower module for each module constituting the analysis target system, associates both module identifiers, and registers them in the relevance information storage unit. . Further, the number of calls is calculated for each module, and the number of calls for each module identifier is registered in the call number information storage means. When the module identifier of the search target module is acquired from the client terminal, the module identifier of the lower module associated with the module identifier of the search target module is acquired from the relevance information storage unit. Next, module identifiers of other lower modules associated with the acquired module identifiers of the lower modules are acquired up to a predetermined hierarchy, and a module structure diagram including an expanded display that displays the acquired module identifiers divided into hierarchies is generated. . Further, the number of calls for the module identifier displayed in the module structure diagram is acquired from the call number information storage means, and the display method of each module identifier is changed in accordance with the number of calls in the module structure diagram. Then, the module structure diagram is output to the client terminal. Thereby, a related module can be specified according to the calling relationship, and the degree of influence of this module can be efficiently grasped.
請求項2に記載の発明によれば、下位モジュールの特定は、モジュールのソースコードに含まれるプログラム識別子、画面識別子、データベース識別子のいずれかを用いて行なう。これにより、システムを構成する各要素によって関連モジュールを特定することができる。 According to the second aspect of the present invention, the lower module is specified by using any one of the program identifier, the screen identifier, and the database identifier included in the module source code. Thereby, a related module can be specified by each element which comprises a system.
本発明によれば、展開表示の集約は、モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を判定する。これにより、展開表示の繰り返しを抑制するとともに、展開状況を提供することができる。 According to the present invention, in the module structure diagram, when a plurality of the same module identifiers are included in the module structure diagram, the module identifiers that are displayed subsequently are displayed from the display positions of the module identifiers that are displayed in advance. The necessity of unfolding display is determined according to the distance to the position. Accordingly, it is possible to suppress the repetition of the expansion display and provide the expansion status.
請求項3に記載の発明によれば、制御手段が、下位モジュールの種類を特定し、モジュール構造図において、下位モジュールのモジュール識別子の表示方法を変更する。これにより、モジュール構造図において、モジュールの種類に応じた影響度を把握することができる。 According to the invention described in claim 3 , the control means specifies the type of the lower module, and changes the display method of the module identifier of the lower module in the module structure diagram. Thereby, the influence degree according to the kind of module can be grasped | ascertained in a module structure drawing.
請求項4に記載の発明によれば、下位モジュールの内容を解析して複雑度を評価し、モジュール構造図において、下位モジュールのモジュール識別子の表示方法を変更する。これにより、モジュール構造図において、モジュールの複雑度に応じた影響度を把握することができる。 According to the fourth aspect of the invention, the content of the lower module is analyzed to evaluate the complexity, and the display method of the module identifier of the lower module is changed in the module structure diagram. Thereby, the influence degree according to the complexity of the module can be grasped in the module structure diagram.
請求項5に記載の発明によれば、モジュール構造図において、除外情報記憶手段に登録されている検索対象外モジュールのモジュール識別子の表示を削除する。これにより、不必要なモジュールの表示を削除し、モジュール構造図を簡略化することができる。 According to the invention described in claim 5 , in the module structure diagram, the display of the module identifier of the non-search target module registered in the exclusion information storage means is deleted. Thereby, display of unnecessary modules can be deleted, and the module structure diagram can be simplified.
請求項6に記載の発明によれば、制御手段が、モジュールを起動した場合において、他のモジュールの呼出ログを取得する。そして、呼出ログを用いて、関連性情報記憶手段に
記憶された情報を修正する。これにより、実際の動作状況に応じて、モジュール間の関連性を見直すことができる。
請求項7に記載の発明によれば、制御手段が、更に、前記利用者データ記憶部を用いて、利用者の利用者IDに対応するスキルレベルを特定し、前記辞書データ記憶部から、解析対象システムを構成するモジュールのソースコードに含まれる単語を翻訳対象語として抽出し、前記翻訳対象語が、前記辞書データ記憶部に記録された単語レコードの見出し語として登録されている場合、前記特定したスキルレベルに応じた翻訳語を抽出して表示する。これにより、スキルレベルに応じて、理解しやすい翻訳文を提供することができる。
According to the sixth aspect of the present invention, when the module is activated, the control means acquires a call log of another module. And the information memorize | stored in the relevance information memory | storage means is corrected using a call log. Thereby, the relationship between modules can be reviewed according to an actual operation state.
According to the seventh aspect of the present invention, the control means further specifies the skill level corresponding to the user ID of the user using the user data storage unit, and analyzes from the dictionary data storage unit. When a word included in a source code of a module constituting the target system is extracted as a translation target word and the translation target word is registered as a headword of a word record recorded in the dictionary data storage unit, the identification The translated words corresponding to the skill level are extracted and displayed. This makes it possible to provide a translation that is easy to understand depending on the skill level.
本発明によれば、各モジュールの影響度を効率的に把握できるようにするためのモジュール解析システム、モジュール解析方法及びモジュール解析プログラムを提供することができる。 According to the present invention, it is possible to provide a module analysis system, a module analysis method, and a module analysis program for efficiently grasping the degree of influence of each module.
以下、本発明を具体化した一実施形態を、図1〜図9を用いて説明する。本実施形態では、設計書に基づいて設計されたシステム(解析対象システム)において利用されるモジュールを解析するためのモジュール解析システムを想定する。この解析対象システムでは、データベースに記録されたデータを用いて各種情報処理を実行する。本実施形態のモジュール解析システムでは、図1に示すように、クライアント端末10、プログラム管理サーバ30に接続された解析サーバ20を用いる。
Hereinafter, an embodiment embodying the present invention will be described with reference to FIGS. In this embodiment, a module analysis system for analyzing a module used in a system (analysis target system) designed based on a design document is assumed. In this analysis target system, various types of information processing are executed using data recorded in a database. In the module analysis system of this embodiment, as shown in FIG. 1, an
クライアント端末10は、モジュールの解析を行なう担当者が使用するコンピュータ端末である。このクライアント端末10は、ネットワークを介してデータを送信する機能や、受信したデータを表示する機能等を有する。このため、クライアント端末10は、図示しない制御部、キーボード、マウス等の入力手段、ディスプレイ等の出力手段、通信手段等を備えている。
The
プログラム管理サーバ30には、システム開発において作成された設計書やプログラムリソースが蓄積される。このため、プログラム管理サーバ30は、設計書データ記憶部31、プログラムリソース記憶部32を備えている。
The
設計書データ記憶部31には、システム開発時における基本設計や詳細設計において作成された設計書に関するファイルが記録されている。設計書データ記憶部31に記録されている設計書ファイルには、図8に示すように、システムを特定するためのシステム情報(システムID)に関連付けられて、このシステムにおいて利用される画面の設計書データ(画面設計書ファイル)やデータベースの設計書データ(DB設計書ファイル)が記録される。画面設計書ファイルには、画面名、画面IDが記録されるとともに、この画面において用いられるプログラムのプログラムIDが記録される。また、DB設計書ファイルには、データベース名、データベースID、テーブル名、テーブルID、項目名、項目ID、項目定義に関するデータが含まれる。
The design document
プログラムリソース記憶部32には、システムにおいて用いられているモジュールのプログラムリソースが記録されている。このプログラムリソースには、図8に示すように、HTMLによって作成された画面制御モジュール、Java(登録商標)によって作成さ
れたプログラムモジュール、データベースに対する一連の処理手順を一つのDB処理プログラムにまとめたストアドプロシージャ(SP)モジュール等が含まれる。画面制御モジュールは、各モジュールを特定するための画面名、画面IDとともに、この画面において用いられるプログラムのプログラムIDや、呼び出す他の画面の画面IDを保持している。プログラムモジュールは、各モジュールを特定するためのプログラム名、プログラムIDとともに、このプログラムにおいて用いられるストアドプロシージャのストアドプロシージャIDを保持している。SPモジュールは、各モジュールを特定するためのストアドプロシージャ名、ストアドプロシージャIDとともに、このモジュールにおいて用いられるデータベース名、データベースID、テーブル名、テーブルID、項目名、項目IDを保持している。
The program
このようなモジュールにおいては、図9に示すように、特定の画面から他の画面を呼び出したり、画面上における特定の操作により特定のプログラムを実行させたりすることができる。また、データベースを操作する場合には、ストアドプロシージャを呼び出す。このように、各モジュール(画面、プログラム、ストアドプロシージャ)には、呼び出すモジュールと呼び出されるモジュールとの間で関連性がある。ここでは、呼び出すモジュールを上位階層、呼び出されるモジュールを下位階層とする。具体的には、画面制御モジュールに記録されているプログラムIDにより、プログラムモジュールを画面制御モジュールの下位モジュールとして特定することができる。プログラムモジュールに記録されているストアドプロシージャIDにより、SPモジュールをプログラムモジュールの下位モジュールとして特定することができる。そして、SPモジュールに記録されているデータベースID、テーブルID、項目ID等により、このSPモジュールが利用するデータベースを特定することができる。これにより、画面からデータベースの項目までに関係するモジュールの関連性を特定することができる。 In such a module, as shown in FIG. 9, another screen can be called from a specific screen, or a specific program can be executed by a specific operation on the screen. When operating the database, the stored procedure is called. Thus, each module (screen, program, stored procedure) has a relationship between the module to be called and the module to be called. Here, it is assumed that a module to be called is an upper hierarchy and a module to be called is a lower hierarchy. Specifically, the program module can be specified as a lower module of the screen control module by the program ID recorded in the screen control module. The SP module can be specified as a lower module of the program module by the stored procedure ID recorded in the program module. The database used by the SP module can be specified by the database ID, table ID, item ID, etc. recorded in the SP module. Thereby, the relevance of the modules related to the items from the screen to the database can be specified.
解析サーバ20は、制御部21、利用者データ記憶部22、辞書データ記憶部23、関連性データ記憶部25を備えている。
この制御部21は、図示しないCPU等の制御手段、RAM及びROM等のメモリを有し、モジュール解析処理を実行する。具体的には、後述する各処理(関連性登録段階、検索受付段階、設計書検索段階、影響範囲検索段階、展開表示段階、コード表示段階等の各処理)を実行する。このためのモジュール解析プログラムを実行することにより、解析サーバ20の制御部21は、図1に示すように、関連性登録手段211、検索受付手段212、設計書検索手段213、影響範囲検索手段214、展開表示手段215、コード表示手段216として機能する。
The
The control unit 21 includes control means such as a CPU (not shown) and memories such as RAM and ROM, and executes module analysis processing. Specifically, each process (relationship registration stage, search reception stage, design document search stage, influence range search stage, expanded display stage, code display stage, etc.) described later is executed. By executing the module analysis program for this purpose, the control unit 21 of the
関連性登録手段211は、プログラム管理サーバ30から、解析対象システムの設計書や、この設計書により作成されたプログラムを取得する処理を実行する。更に、関連性登録手段211は、解析対象システムを構成するモジュールの関連性を評価し、関連性データ記憶部25に登録する処理を実行する。
The
検索受付手段212は、クライアント端末10から検索要求を受け付ける処理を実行する。この検索受付手段212は、後述する設計書検索手段213、影響範囲検索手段214に処理を引き継ぐ。
The
設計書検索手段213は、設計書に含まれる画面名やデータベース名を用いて、関連するモジュールを検索する処理を実行する。そして、設計書検索手段213は、クライアント端末10のディスプレイに、検索結果を出力する処理を実行する。
The design
影響範囲検索手段214は、モジュールを特定して、このモジュールに関連する他のモジュールを検索する処理を実行する。そして、影響範囲検索手段214は、クライアント
端末10のディスプレイに、検索結果を表示する処理を実行する。
The influence
展開表示手段215は、クライアント端末10において、特定されたモジュールに関連する他のモジュールのモジュール識別子をツリー構造により表示する処理を実行する。この展開表示手段215は、モジュール種別毎に表示方法を変更するために、種別色分けテーブルを保持している。この種別色分けテーブルにおいては、モジュール種別に対応して表示色が記録されている。また、展開表示手段215は、各モジュールの統計値に応じて表示方法を変更するために、統計評価色分けテーブルを保持している。この統計評価色分けテーブルにおいては、色分けを行なう閾値となる統計値(本実施形態では、第1、第2基準値)に対して表示色が記録されている。更に、展開表示手段215は、モジュール構造図において検索対象外とするモジュールIDを記録するための対象外IDメモリ(除外情報記憶手段)を備える。
コード表示手段216は、クライアント端末10において、モジュールのソースコードを表示するとともに、このソースコードを翻訳した結果を出力する処理を実行する。
The
The code display means 216 executes processing for displaying the module source code and outputting the translated result of the source code in the
利用者データ記憶部22には、図2(a)に示すように、本システムを利用する担当者を管理するための利用者管理レコード220が記録されている。この利用者管理レコード220は、担当者が登録された場合に記録される。利用者管理レコード220は、利用者ID、スキルレベルに関するデータを含んで構成される。
As shown in FIG. 2A, a
利用者IDデータ領域には、各担当者を特定するための識別子に関するデータが記録されている。
スキルレベルデータ領域には、この担当者のスキルを評価したレベルに関するデータが記録されている。
Data relating to an identifier for identifying each person in charge is recorded in the user ID data area.
In the skill level data area, data relating to the level at which the skill of the person in charge is evaluated is recorded.
辞書データ記憶部23には、図2(b)に示すように、ソースコードを翻訳するための単語レコード230が記録されている。この単語レコード230は、ソースコードに含まれる単語が登録された場合に記録される。単語レコード230は、見出し語、スキルレベル、翻訳語に関するデータを含んで構成される。
As shown in FIG. 2B, the dictionary
見出し語データ領域には、ソースコードに用いられる単語(コマンド名や変数名等)に関するデータが記録されている。
スキルレベルデータ領域には、利用者のスキルを評価したレベルを特定するための識別子に関するデータが記録されている。
翻訳語データ領域には、この見出し語を、スキルレベルに応じて翻訳した内容に関するデータが記録されている。
In the headword data area, data relating to words (command name, variable name, etc.) used in the source code is recorded.
In the skill level data area, data relating to an identifier for specifying a level at which a user's skill is evaluated is recorded.
In the translated word data area, data relating to the content of the headword translated according to the skill level is recorded.
関連性データ記憶部25は、関連性情報記憶手段、呼出回数情報記憶手段として機能する。この関連性データ記憶部25には、図2(c)に示すように、各モジュールの関連性を示した関連性管理レコード250が記憶されている。この関連性管理レコード250は、後述する関連性登録処理を実行した場合に記録される。関連性管理レコード250は、システムID、対象モジュール、モジュール種別、設計書キー、リソース格納先、下位モジュール、呼出回数、呼出頻度に関するデータを含んで構成される。
The relevance
システムIDデータ領域には、モジュールが利用されているシステムを特定するための識別子に関するデータが記録される。
対象モジュールデータ領域には、このシステムにおいて利用されている各モジュールを特定するためのモジュール識別子に関するデータが記録される。これらのモジュールIDには、画面ID,プログラムID、ストアドプロシージャID(SPID)等を用いる。
In the system ID data area, data relating to an identifier for specifying the system in which the module is used is recorded.
In the target module data area, data relating to a module identifier for specifying each module used in this system is recorded. As these module IDs, a screen ID, a program ID, a stored procedure ID (SPID), or the like is used.
モジュール種別データ領域には、このモジュールの種類(例えば、HTML、サーブレット、カスタマ、テーブル等)を特定するための識別子に関するデータが記録される。
設計書キーデータ領域には、このモジュールについての設計書に記載されているキー情報(画面名、DBテーブル名等)に関するデータが記録される。
In the module type data area, data relating to an identifier for specifying the type of the module (for example, HTML, servlet, customer, table, etc.) is recorded.
In the design document key data area, data relating to key information (screen name, DB table name, etc.) described in the design document for this module is recorded.
リソース格納先データ領域には、このモジュールのプログラムリソースが格納されている場所を特定するための情報が記録されている。このリソース格納先データを用いることにより、プログラムリソース記憶部32から、このモジュールのソースコードを取得することができる。
Information for specifying the location where the program resource of this module is stored is recorded in the resource storage destination data area. By using this resource storage destination data, the source code of this module can be acquired from the program
下位モジュールデータ領域には、このモジュールが呼び出す他のモジュール(下位モジュール)を特定するためのモジュール識別子に関するデータが記録される。複数の下位モジュールを呼び出す場合には、すべての下位モジュールのモジュールIDが記録される。 In the lower module data area, data relating to a module identifier for specifying another module (lower module) called by this module is recorded. When calling a plurality of lower modules, the module IDs of all lower modules are recorded.
呼出回数データ領域には、このモジュールが他の上位モジュールによって呼び出される回数に関するデータが記録される。呼出回数が多いモジュールは、利用頻度が高いモジュールであることを示している。 In the call count data area, data relating to the number of times this module is called by another upper module is recorded. A module with a large number of calls indicates that the module is frequently used.
呼出頻度データ領域には、このモジュールが呼び出される割合についての統計値に関するデータが記録される。本実施形態では、統計値として呼出頻度を用いる。この呼出頻度は、〔モジュールの呼出回数〕/〔全モジュールの呼出回数の総数〕により算出される。 In the call frequency data area, data relating to a statistical value regarding the rate at which this module is called is recorded. In the present embodiment, the call frequency is used as the statistical value. This call frequency is calculated by [module call count] / [total call count of all modules].
上記のように構成されたモジュール解析システムを用いて、解析対象システムに利用されるモジュールを解析するための処理手順を、図3〜図6に従って説明する。ここでは、関連性登録処理(図3)、関連性表示処理(図4)、展開制御処理(図5)、コード表示処理(図6)の順番に説明する。 A processing procedure for analyzing a module used in an analysis target system using the module analysis system configured as described above will be described with reference to FIGS. Here, the relevance registration process (FIG. 3), the relevance display process (FIG. 4), the development control process (FIG. 5), and the code display process (FIG. 6) will be described in this order.
(関連性登録処理)
まず、関連性登録処理を、図3に従って説明する。この関連性登録処理においては、解析サーバ20が、定期的にプログラム管理サーバ30にアクセスし、バッチ処理により実行される。
(Relevance registration process)
First, the relevance registration process will be described with reference to FIG. In this association registration process, the
ここでは、解析サーバ20の制御部21は、関連性情報の取得処理を実行する(ステップS1−1)。具体的には、制御部21の関連性登録手段211が、プログラム管理サーバ30にアクセスし、設計書データ記憶部31から設計書ファイルを取得する。そして、関連性登録手段211は、設計書ファイルの中からシステム情報や設計書キー情報(画面名、DBテーブル名等)を取得する。
Here, the control part 21 of the
次に、関連性登録手段211は、プログラムリソース記憶部32に記録されているモジュール(画面制御モジュール、プログラムモジュール、SPモジュール)を、順次、処理対象として抽出する。そして、関連性登録手段211は、抽出した処理対象のモジュールのソースコードに含まれる画面名、画面ID、DBテーブル名、プログラムID、ストアドプロシージャID等を取得する。ここで取得した画面ID、プログラムID、ストアドプロシージャIDが、処理対象のモジュールが呼び出す下位階層の関連モジュールのモジュールIDである。
Next, the
次に、解析サーバ20の制御部21は、関連性情報の登録処理を実行する(ステップS1−2)。具体的には、制御部21の関連性登録手段211は、取得した各モジュールについて、モジュールIDを記録した関連性管理レコード250を生成し、関連性データ記憶部25に記録する。ここでは、関連性登録手段211は、このモジュールの拡張子によ
りモジュール種別を特定し、関連性管理レコード250に記録する。更に、関連性登録手段211は、設計書データ記憶部31から取得した設計書キー情報を、関連性管理レコード250に記録する。これらの処理を、プログラムリソース記憶部32に記録されているすべてのモジュールについて繰り返す。
Next, the control unit 21 of the
次に、解析サーバ20の制御部21は、呼出回数の算出処理を実行する(ステップS1−3)。具体的には、制御部21の関連性登録手段211は、関連性データ記憶部25に記録されている関連性管理レコード250のモジュールIDを順次、処理対象IDとして特定し、この処理対象IDが下位モジュールデータ領域に記録されている関連性管理レコード250のレコード数を計数することにより、呼出回数を算出する。
Next, the control unit 21 of the
次に、解析サーバ20の制御部21は、呼出回数の登録処理を実行する(ステップS1−4)。具体的には、制御部21の関連性登録手段211は、処理対象IDの関連性管理レコード250の呼出回数データ領域に、ステップS1−3において算出した呼出回数を記録する。この処理を、すべての関連性管理レコード250について繰り返す。
Next, the control unit 21 of the
次に、解析サーバ20の制御部21は、呼出回数の統計評価処理を実行する(ステップS1−5)。具体的には、制御部21の関連性登録手段211は、すべての関連性管理レコード250に記録されている呼出回数を取得し、呼出回数を合計した呼出総数を算出する。そして、関連性登録手段211は、各関連性管理レコード250に記録されている呼出回数を呼出総数で除算することにより呼出頻度を算出する。
Next, the control unit 21 of the
次に、解析サーバ20の制御部21は、統計評価結果の登録処理を実行する(ステップS1−6)。具体的には、制御部21の関連性登録手段211は、ステップS1−5において算出した呼出頻度を各関連性管理レコード250に記録する。
Next, the control unit 21 of the
(関連性表示処理)
次に、図4を用いて、関連性表示処理を説明する。各モジュールの関連性を評価する場合、担当者は、クライアント端末10を用いて、解析サーバ20にアクセスする。
(Relevance display processing)
Next, the relevance display process will be described with reference to FIG. When evaluating the relevance of each module, the person in charge accesses the
まず、解析サーバ20の制御部21は、ログイン処理を実行する(ステップS2−1)。具体的には、制御部21の検索受付手段212は、クライアント端末10のディスプレイにログイン画面を出力する。このログイン画面には、利用者IDの入力欄が設けられている。この入力欄に利用者IDが入力された場合、検索受付手段212は、クライアント端末10から利用者IDを取得し、利用者データ記憶部22を用いて利用者認証を行なう。利用者認証を完了した場合、検索受付手段212は、図7に示すように、クライアント端末10のディスプレイに、検索受付画面500を出力する。この検索受付画面500においては、設計書検索と影響範囲検索とを行なうことができる。設計書に基づいて、モジュールを特定する場合には設計書検索画面を利用する。一方、評価対象のモジュールが特定できている場合には、影響範囲検索画面を利用する。
First, the control unit 21 of the
設計書検索画面には、検索条件入力欄が設けられている。検索条件入力欄には、設計書において使用されている画面名やデータベーステーブル名を入力する。この場合、解析サーバ20の制御部21は、設計書検索処理を実行する(ステップS2−2)。具体的には、制御部21の検索受付手段212は、設計書検索手段213に処理を引き継ぐ。この場合、設計書検索手段213は、関連性データ記憶部25において、検索条件入力欄に入力されたキーワードが設計書キーデータ領域に記録されている関連性管理レコード250を抽出する。
A search condition input field is provided on the design document search screen. In the search condition input field, the screen name and database table name used in the design document are entered. In this case, the control unit 21 of the
そして、設計書検索手段213は、クライアント端末10のディスプレイに、図7に示
す設計書検索結果画面501を出力する。この設計書検索結果画面501には、抽出した関連性管理レコード250に記録されているモジュール情報(モジュールID、モジュール名)を一覧表示させる。これにより、担当者は、設計書に関連するモジュールを把握することができる。
Then, the design document search means 213 outputs the design document
一方、影響範囲検索画面には、モジュール種別、検索方向、モジュール名の検索条件の入力欄が設けられている。モジュール種別入力欄においては、モジュールの種類(画面、プログラム、ストアドプロシージャ等)を入力する。検索方向入力欄においては、上位方向、下位方向を指定する。モジュール名入力欄には、解析対象モジュールを特定するためのキーワード(モジュールID等)を入力する。この場合、解析サーバ20の制御部21は、影響範囲検索処理を実行する(ステップS2−3)。具体的には、制御部21の検索受付手段212は、影響範囲検索手段214に処理を引き継ぐ。この場合、ここでは、設計書検索(ステップS2−2)において把握したモジュール情報を入力することができる。また、予めモジュール情報を把握している場合には、設計書検索処理(ステップS2−2)を省略することができる。影響範囲検索画面において検索条件が設定された場合、影響範囲検索手段214は、関連性データ記憶部25を用いて、検索条件(モジュール種別、モジュール名)に一致する関連性管理レコード250を抽出する。
On the other hand, the influence range search screen is provided with input columns for search conditions for module type, search direction, and module name. In the module type input field, the type of module (screen, program, stored procedure, etc.) is entered. In the search direction input field, an upper direction and a lower direction are designated. In the module name input column, a keyword (module ID or the like) for specifying the analysis target module is input. In this case, the control unit 21 of the
次に、解析サーバ20の制御部21は、モジュール特定処理を実行する(ステップS2−4)。具体的には、制御部21の影響範囲検索手段214は、クライアント端末10のディスプレイに、図7に示すモジュール検索結果画面502を出力する。このモジュール検索結果画面502には、ステップS2−3において抽出した関連性管理レコード250に記録されているモジュール情報(モジュールID、モジュール名)の一覧表示を含める。ここで、モジュール検索結果画面502において、所望のモジュール(解析対象モジュール)を選択する。この場合、影響範囲検索手段214は、モジュール検索結果画面502において選択された解析対象モジュールのモジュールIDを特定する。
Next, the control part 21 of the
次に、解析サーバ20の制御部21は、関連モジュールの検索処理を実行する(ステップS2−5)。ここでは、検索方向によって検索方法が異なる。
検索方向として「下位方向」が選択されている場合には、制御部21の影響範囲検索手段214は、解析対象モジュールのモジュールIDが対象モジュールデータ領域に記録された関連性管理レコード250を関連性データ記憶部25から取得する。そして、影響範囲検索手段214は、この関連性管理レコード250の下位モジュールデータ領域に記録されているモジュールID(下位モジュールID)を取得する。更に、影響範囲検索手段214は、取得した下位モジュールIDが対象モジュールデータ領域に記録された関連性管理レコード250を、関連性データ記憶部25において検索する。そして、解析対象のモジュールIDに関連するすべての下位モジュールのモジュールIDを、モジュール相互の関連性に基づいて特定する。
Next, the control unit 21 of the
When “lower direction” is selected as the search direction, the influence
一方、検索方向として「上位方向」が選択されている場合には、制御部21の影響範囲検索手段214は、解析対象モジュールのモジュールIDが下位モジュールデータ領域に記録された関連性管理レコード250を関連性データ記憶部25から取得する。そして、影響範囲検索手段214は、この関連性管理レコード250の対象モジュールデータ領域に記録されているモジュールID(上位モジュールID)を取得する。更に、影響範囲検索手段214は、上位モジュールIDが下位モジュールデータ領域に記録された関連性管理レコード250を、関連性データ記憶部25において検索する。そして、解析対象のモジュールIDに関連するすべての上位モジュールのモジュールID、モジュール相互の関連性に基づいて特定する。
On the other hand, when “upper direction” is selected as the search direction, the influence
そして、影響範囲検索手段214は、クライアント端末10のディスプレイに、図7に
示す影響範囲表示画面503を出力する。この影響範囲表示画面503には、特定したすべてのモジュールの関連性管理レコード250に記録されているモジュール情報(モジュール種別、モジュールID、モジュール名)の一覧表示を含める。更に、この影響範囲表示画面503には、モジュール構造図表示ボタンを含める。また、影響範囲表示画面503には、モジュール毎に、モジュールのプログラムリソースを取得するためのリンクアイコンを含める。このリンクアイコンには、リソース格納先に関するデータを記録しておく。
Then, the influence
影響範囲表示画面503において、モジュール構造図表示ボタンが選択された場合、解析サーバ20の制御部21は、モジュール構造図の表示処理を実行する(ステップS2−6)。具体的には、制御部21の展開表示手段215は、クライアント端末10のディスプレイに、図7に示すモジュール構造図表示画面504を出力する。このモジュール構造図表示画面504には、解析対象のモジュールのモジュールIDをルートノードとして、このモジュールに直接的に関連する他のモジュールのモジュールIDをツリー構造の子ノードとして表示する。ここで、検索方向として「下位方向」が選択されている場合には、解析対象モジュールが呼び出す他のモジュールのモジュールIDをリンクして表示する。一方、検索方向として「上位方向」が選択されている場合には、解析対象のモジュールを呼び出す他のモジュールをリンクして表示する。
When the module structure diagram display button is selected on the influence
このモジュール構造図表示画面504には、「展開表示」ボタン、「種別色分け」ボタン、「呼出頻度」ボタン、「検索対象外設定」ボタンが含まれる。
モジュール構造図表示画面504において「展開表示」ボタンが選択された場合、解析サーバ20の制御部21は、展開制御処理を実行する(ステップS2−7)。ここでは、解析対象モジュールにリンクされた子ノードのモジュールに関連付けられている関連モジュールを、ツリー構造において展開表示する。具体的な処理については、図5を用いて後述する。なお、以下のモジュール種別に応じた表示変更処理(ステップS2−8)〜検索対象外の除去処理(ステップS2−10)は、ツリー構造における展開表示においても利用することができる。
This module structure
When the “deployment display” button is selected on the module structure
モジュール構造図表示画面504において「種別色分け」ボタンが選択された場合、解析サーバ20の制御部21は、モジュール種別に応じた表示変更処理を実行する(ステップS2−8)。具体的には、制御部21の展開表示手段215は、モジュール構造図表示画面504に表示されている各モジュールのモジュール種別を関連性管理レコード250から取得する。そして、展開表示手段215は、種別色分けテーブルを用いて、モジュール構造図表示画面504に含まれるモジュールIDを、モジュール種別毎に色分けして表示する。
When the “type color classification” button is selected on the module structure
モジュール構造図表示画面504において「呼出頻度」ボタンが選択された場合、解析サーバ20の制御部21は、統計評価結果に応じた表示変更処理を実行する(ステップS2−9)。具体的には、制御部21の展開表示手段215は、モジュール構造図表示画面504に表示されている各モジュールの呼出頻度を関連性管理レコード250から取得する。そして、展開表示手段215は、統計評価色分けテーブルを用いて、モジュール構造図表示画面504に含まれるモジュールIDを、呼出頻度に応じて色分けして表示する。ここでは、第1基準値よりも呼出頻度が高いモジュールについては第1色(例えば赤色)、第2基準値よりも呼出頻度が高いモジュールについては第2色(例えば黄色)、第2基準値よりも呼出頻度が低いモジュールについては第3色(例えば黒色)のように変更する。
When the “call frequency” button is selected on the module structure
モジュール構造図表示画面504において「検索対象外設定」ボタンが選択された場合、解析サーバ20の制御部21は、検索対象外の除去処理を実行する(ステップS2−1
0)。具体的には、制御部21の展開表示手段215は、クライアント端末10のディスプレイに、除外対象登録画面を出力する。この除外対象登録画面においては、関連モジュールのモジュールIDに対してチェックボックス及び入力完了ボタンが設けられている。ここで、検索対象外とするモジュールのチェックボックスを選択する。そして、展開表示手段215が、入力完了ボタンの選択を検知した場合、対象外IDメモリに表示対象外モジュールのモジュールIDを記録する。そして、展開表示手段215は、モジュール構造図表示画面504において、対象外IDメモリに記録されたモジュールIDの表示を削除して、残ったモジュールIDを用いて、ツリー構造に展開する。
When the “non-search target setting” button is selected on the module structure
0). Specifically, the
一方、影響範囲表示画面503において、リンクアイコンが選択された場合、解析サーバ20の制御部21は、コード表示処理を実行する(ステップS2−11)。この処理は、図6を用いて後述する。
On the other hand, when the link icon is selected on the influence
(展開制御処理)
次に、展開制御処理を、図5に従って説明する。この処理は、モジュール構造図において「展開表示」ボタンが選択された場合に実行される。この処理においては、展開されたモジュールIDにおいて、初出の場合のみ、他階層への展開表示を行ない、再掲の場合には、他階層への展開表示を省略した表示を行なう。
(Deployment control processing)
Next, the expansion control process will be described with reference to FIG. This process is executed when the “development display” button is selected in the module structure diagram. In this process, in the expanded module ID, the expanded display to the other hierarchy is performed only for the first appearance, and in the case of reposting, the expanded display to the other hierarchy is omitted.
ここでは、まず、解析サーバ20の制御部21は、モジュール構造図において、最初のモジュールの特定処理を実行する(ステップS3−1)。具体的には、制御部21の展開表示手段215は、モジュール構造図表示画面504に表示されたツリー構造において、関連モジュールとして最上段に表示されたモジュールのモジュールIDを特定する。
Here, first, the control unit 21 of the
次に、解析サーバ20の制御部21は、他階層への展開があるかどうかについての判定処理を実行する(ステップS3−2)。具体的には、制御部21の展開表示手段215は、ステップS2−5において特定した他のモジュールとの関連性により判断する。上位モジュールや下位モジュールのモジュールIDが特定されている場合には、他階層への展開があると判定する。
Next, the control part 21 of the
他階層への展開がある場合(ステップS3−2において「YES」の場合)、解析サーバ20の制御部21は、ツリー構造において、関連モジュールのモジュールIDは初出かどうかについての判定処理を実行する(ステップS3−3)。具体的には、制御部21の展開表示手段215は、特定した上位モジュールや下位モジュールのモジュールIDが、モジュール構造図表示画面504に表示されたツリー構造の上段に含まれているかどうかにより判定する。ツリー構造の上段にモジュールIDが含まれていない場合には初出となる。
When there is an expansion to another hierarchy (in the case of “YES” in step S3-2), the control unit 21 of the
初出の場合(ステップS3−3において「YES」の場合)、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS3−4)。具体的には、制御部21の展開表示手段215は、この関連モジュールについても展開制御処理を実行する。本実施形態では、リーフノードに到達するまで展開制御処理を繰り返す。
In the case of the first appearance (in the case of “YES” in step S3-3), the control unit 21 of the
そして、解析サーバ20の制御部21は、終了かどうかについての判定処理を実行する(ステップS3−5)。具体的には、制御部21の展開表示手段215は、モジュール構造図に表示されているすべての関連モジュールについての展開を終了したかどうかを判定する。他階層への展開がない場合(ステップS3−2において「NO」の場合)、初出でない場合(ステップS3−3において「NO」の場合)にも、この処理(ステップS3−5)を実行する。
And the control part 21 of the
すべての関連モジュールについての展開を終了した場合(ステップS3−5において「YES」の場合)には、展開制御処理を終了する。
一方、展開を終了していない関連モジュールが残っている場合(ステップS3−5において「NO」の場合)、解析サーバ20の制御部21は、次のモジュールの特定処理を実行する(ステップS3−6)。具体的には、制御部21の展開表示手段215は、モジュール展開図において次段のモジュールを特定する。そして、ステップS3−2からの処理を繰り返す。
When the expansion for all the related modules is completed (in the case of “YES” in step S3-5), the expansion control process is ended.
On the other hand, if there remains a related module that has not been expanded (in the case of “NO” in step S3-5), the control unit 21 of the
(コード表示処理)
次に、コード表示処理を、図6に従って説明する。この処理は、影響範囲表示画面503において、リンクアイコンが選択された場合に実行される。
(Code display process)
Next, the code display process will be described with reference to FIG. This process is executed when a link icon is selected on the influence
ここでは、まず、解析サーバ20の制御部21は、第1フレーム表示処理を実行する(ステップS4−1)。具体的には、制御部21のコード表示手段216は、クライアント端末10のディスプレイに、図7に示すコード翻訳画面505を出力する。このコード翻訳画面505は、コードを表示する左フレーム(第1フレーム)と、このソースコードの翻訳語を表示する右フレーム(第2フレーム)から構成される。ここで、コード表示手段216は、選択されたリンクアイコンのモジュールIDの関連性管理レコード250に記録されたリソース格納先を取得する。そして、コード表示手段216は、このリソース格納先を用いて、プログラムリソース記憶部32から、対象モジュールのソースコードを取得し、コード翻訳画面の左フレームに出力する。
Here, first, the control unit 21 of the
次に、解析サーバ20の制御部21は、ネスト構造毎に表示変更処理を実行する(ステップS4−2)。具体的には、制御部21のコード表示手段216は、左フレームに表示されたソースコードにおいて、ネスト構造を特定する。そして、コード表示手段216は、ネスト構造毎に、ソースコードの表示色を変更する。
Next, the control unit 21 of the
また、解析サーバ20の制御部21は、第2フレーム表示処理を実行する(ステップS4−3)。具体的には、制御部21のコード表示手段216は、プログラムリソース記憶部32から取得したモジュールのソースコードを、第1フレームのソースコードの表示行と一致するように、第2フレームに表示する。
Moreover, the control part 21 of the
次に、解析サーバ20の制御部21は、スキルレベルの特定処理を実行する(ステップS4−4)。具体的には、制御部21のコード表示手段216は、ログイン処理(ステップS2−1)において特定した利用者管理レコード220に記録されたスキルレベルを取得する。
Next, the control unit 21 of the
次に、解析サーバ20の制御部21は、翻訳対象語の特定処理を実行する(ステップS4−5)。具体的には、制御部21のコード表示手段216は、第2フレームに表示されたソースコードに含まれる単語を、順次、翻訳対象語として抽出する。
Next, the control part 21 of the
次に、解析サーバ20の制御部21は、翻訳処理を実行する(ステップS4−6)。具体的には、制御部21のコード表示手段216は、抽出した翻訳対象語と、辞書データ記憶部23に記録された単語レコード230に記録された見出し語とを比較する。翻訳対象語が見出し語として登録されている場合、コード表示手段216は、ステップS4−4において特定したスキルレベルに応じた翻訳語を単語レコード230から抽出する。なお、翻訳対象語が見出し語として登録されていない場合や、スキルレベルに応じた翻訳語が登録されていない場合には、そのままソースコードを残しておく。
Next, the control part 21 of the
本実施形態によれば、以下のような効果を得ることができる。
(1)本実施形態においては、関連性データ記憶部25には、各モジュールの関連性を示した関連性管理レコード250が記憶されている。そして、解析サーバ20の制御部21は、関連モジュールの検索処理(ステップS2−5)、モジュール構造図の表示処理(ステップS2−6)を実行する。これにより、特定のモジュールについて、このモジュールに関連する他のモジュールを把握することができる。従って、特定のモジュールを修正する場合に、この修正による他のモジュールの影響範囲を把握することができる。
According to this embodiment, the following effects can be obtained.
(1) In the present embodiment, the relevance
(2)本実施形態においては、関連性表示処理において、検索方向として「上位方向」や「下位方向」を選択する。解析サーバ20の制御部21は、この検索方向に応じて、関連モジュールの検索処理を実行する(ステップS2−5)。これにより、呼び出ずモジュールや呼び出されるモジュールについての影響を把握することができる。
(2) In the present embodiment, in the relevance display process, “upper direction” or “lower direction” is selected as the search direction. The control unit 21 of the
(3)本実施形態の関連性表示処理においては、解析サーバ20の制御部21は、モジュール種別に応じた表示変更処理を実行する(ステップS2−8)。これにより、影響を受ける関連モジュールの種類を効率的に把握することができる。
(3) In the relevance display process of this embodiment, the control unit 21 of the
(4)本実施形態の関連性表示処理においては、解析サーバ20の制御部21は、統計評価結果に応じた表示変更処理を実行する(ステップS2−9)。これにより、影響を受ける関連モジュールにおける影響の大きさを把握することができる。
(4) In the relevance display process of this embodiment, the control unit 21 of the
(5)本実施形態の関連性表示処理においては、解析サーバ20の制御部21は、検索対象外の除去処理を実行する(ステップS2−10)。これにより、表示する必要がないモジュールを除外することにより、モジュール構造図を簡略化することができる。
(5) In the relevance display process of the present embodiment, the control unit 21 of the
(6)本実施形態においては、展開制御処理において、関連モジュールのモジュールIDが初出の場合(ステップS3−3において「YES」の場合)、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS3−4)。これにより、直接的に影響を受ける関連モジュールだけではなく、間接的に影響を受けるモジュールを把握することができる。
(6) In the present embodiment, in the expansion control process, when the module ID of the related module appears for the first time (in the case of “YES” in step S3-3), the control unit 21 of the
一方、関連モジュールのモジュールIDが初出でない場合(ステップS3−3において「NO」の場合)、他階層への展開情報の付加処理(ステップS3−4)を実行しない。これにより、展開表示を集約して、同じ表示の繰り返しを抑制することにより、見やすいモジュール構造図を生成することができる。 On the other hand, when the module ID of the related module is not first displayed (in the case of “NO” in step S3-3), the process of adding development information to another layer (step S3-4) is not executed. As a result, it is possible to generate an easy-to-view module structure diagram by collecting the expanded display and suppressing the repetition of the same display.
(7)本実施形態においては、コード表示処理において、解析サーバ20の制御部21は、ネスト構造毎に表示変更処理を実行する(ステップS4−2)。また、解析サーバ20の制御部21は、翻訳処理を実行する(ステップS4−6)。これにより、ソースコードと翻訳文との関係を容易に把握することができる。
(7) In the present embodiment, in the code display process, the control unit 21 of the
更に、解析サーバ20の制御部21は、スキルレベルの取得処理を実行する(ステップS4−4)。これにより、スキルレベルに応じて、理解しやすい翻訳文を提供することができる。
Further, the control unit 21 of the
なお、上記各実施形態は以下のように変更してもよい。
・ 上記実施形態では、解析サーバ20の制御部21は、モジュール構造図の表示処理を実行する(ステップS2−6)。このモジュール構造図表示画面504には、解析対象のモジュールのモジュールIDをルートノードとして、このモジュールに直接的に関連する他のモジュールのモジュールIDをツリー構造の子ノードとして表示する。ここで、ルートノードを変更して表示できるようにしてもよい。例えば、モジュール構造図表示画面
504に表示された子ノードが選択された場合、選択された子ノードをルートノードとして、このモジュールに直接的に関連する他のモジュールのモジュールIDをツリー構造の子ノードとして表示する。これにより、任意のモジュールに関連する他のモジュールを、ツリー構造により表示することができる。
In addition, you may change each said embodiment as follows.
In the above embodiment, the control unit 21 of the
・ 上記実施形態では、解析サーバ20の制御部21は、翻訳処理を実行する(ステップS4−6)。具体的には、制御部21のコード表示手段216は、抽出した翻訳対象語と、辞書データ記憶部23に記録された単語レコード230に記録された見出し語とを比較する。ここで、解析対象システムの利用分野に応じて、翻訳に用いる辞書を変更するようにしてもよい。この場合、辞書データ記憶部23の単語レコード230に利用分野を記録しておく。そして、コード表示手段216は、解析対象システムに記録されているコメント文から、このシステムの利用分野に関する情報を取得し、この利用分野の単語レコード230を用いて翻訳処理を実行する。これにより、解析対象システムの利用分野に応じて、的確な翻訳を行なうことができる。
In the above embodiment, the control unit 21 of the
・ 上記実施形態では、関連性データ記憶部25に、モジュールの評価結果(統計評価結果)として呼出頻度を記録する。そして、関連性表示処理において、統計処理結果に応じて、表示変更処理を実行する(ステップS2−9)。表示の変更方法はこれに限定されるものではない。例えば、各モジュールにおけるコード数、複雑度、利用変数の種類等の評価結果によって表示方法を変更することも可能である。このコード数については、関連性登録手段211は、関連モジュールのソースコードの行数を計数する。また、複雑度については、関連性登録手段211は、関連モジュールのソースコードにおける繰り返し回数、判断分岐数、ネスティング数等を計数する。そして、この計数値と基準値との比較により評価結果を算出する。また、利用変数の種類については、関連性登録手段211は、変数に付与されたアクセス修飾子(public, private,protected )に応じて表示方法を変更する。
In the above embodiment, the call frequency is recorded as the module evaluation result (statistical evaluation result) in the relevance
・ 上記実施形態では、関連性表示処理において、統計処理結果に応じて、表示変更処理を実行する(ステップS2−9)。ここでは、表示色を変更する。表示方法の変更は、これに限定されるものではない。例えば、モジュールIDを表わすフォントや文字の大きさを変更するようにしてもよい。 In the above embodiment, in the association display process, the display change process is executed according to the statistical process result (step S2-9). Here, the display color is changed. The change of the display method is not limited to this. For example, the font or character size representing the module ID may be changed.
・ 上記実施形態では、展開制御処理において、初出の場合(ステップS3−3において「YES」の場合)、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS3−4)。展開表示の集約方法は、これに限定されるものではない。展開されたモジュールIDにおいて、初出でない場合には、初出のモジュールIDの表示位置にジャンプするためのリンクを設定するようにしてもよい。これにより、初出のモジュールIDの表示位置において、展開表示(他階層への展開情報)を確認することができる。
In the above embodiment, in the expansion control process, if it is the first appearance (in the case of “YES” in step S3-3), the control unit 21 of the
・ 上記実施形態では、展開制御処理において、初出の場合(ステップS3−3において「YES」の場合)、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS3−4)。展開表示の集約方法は、これに限定されるものではない。同じ関連モジュールのモジュールIDについて、先の表示位置から基準段数以上、離れている場所に検出した場合には、再度、展開表示するようにしてもよい。この処理を、図10を用いて説明する。この場合、展開表示手段215に、展開表示の要否を判定するための基準値を保持させておく。
In the above embodiment, in the expansion control process, if it is the first appearance (in the case of “YES” in step S3-3), the control unit 21 of the
まず、解析サーバ20の制御部21は、ステップS3−1〜S3−3と同様に、最初のモジュールの特定処理(ステップS5−1)、他階層への展開があるかどうかについての
判定処理(ステップS5−2)、初出かどうかについての判定処理(ステップS5−3)を実行する。
First, similarly to steps S3-1 to S3-3, the control unit 21 of the
初出の場合(ステップS5−3において「YES」の場合)、ステップS3−4と同様に、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS5−4)。
In the case of the first appearance (in the case of “YES” in step S5-3), similarly to step S3-4, the control unit 21 of the
一方、初出でない場合(ステップS5−3において「NO」の場合)、解析サーバ20の制御部21は、同じモジュールの展開表示の表示位置からの距離の算出処理を実行する(ステップS5−5)。具体的には、制御部21の展開表示手段215は、ツリー構造において、同じ関連モジュールのモジュールIDであって、先に展開表示した位置から現在のモジュールの表示位置までの距離(段数)を算出する。
On the other hand, if it is not the first appearance (in the case of “NO” in step S5-3), the control unit 21 of the
次に、解析サーバ20の制御部21は、距離が基準値以上かどうかについての判定処理を実行する(ステップS5−6)。具体的には、制御部21の展開表示手段215は、算出した距離(段数)と基準値とを比較する。
Next, the control part 21 of the
距離が基準値以上の場合(ステップS5−6において「YES」の場合)、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS5−4)。
一方、距離が基準値以上に達していない場合(ステップS5−6において「NO」の場合)、ステップS3−5と同様に、解析サーバ20の制御部21は、終了かどうかについての判定処理を実行する(ステップS5−7)。
すべての関連モジュールについての展開を終了した場合(ステップS5−7において「YES」の場合)には、展開制御処理を終了する。
If the distance is greater than or equal to the reference value (“YES” in step S5-6), the control unit 21 of the
On the other hand, when the distance does not reach the reference value or more (in the case of “NO” in step S5-6), similarly to step S3-5, the control unit 21 of the
When the development for all the related modules is finished (in the case of “YES” in step S5-7), the development control process is finished.
そして、展開を終了していないモジュールが残っている場合(ステップS5−7において「NO」の場合)、解析サーバ20の制御部21は、ステップS3−6と同様に、次のモジュールの特定処理を実行する(ステップS5−8)。
これにより、先に展開表示した位置から遠い場合には、再度、他の階層への展開表示を行なうことにより、容易に展開内容の確認を容易にすることができる。
If there is a module that has not been expanded (“NO” in step S5-7), the control unit 21 of the
As a result, when it is far from the position where it has been expanded and displayed, it is possible to easily confirm the expanded content by performing expanded display on another layer again.
・ 上記実施形態では、解析サーバ20の制御部21は、関連性情報の取得処理を実行する(ステップS1−1)。ここでは、ソースコードを解析することにより、各モジュールの関連性を特定する。関連性の特定方法はこれに限定されるものではない。例えば、動作ログを記録して、この動作ログにより、関連性を再評価することも可能である。この場合には、各モジュールを実際に動作させ、すべての動作状態に基づいて、各モジュールが呼び出した他のモジュールについての動作ログ(呼出ログ)を動作ログ記憶部に記録する。そして、この呼出ログに記録されているモジュールの関連性と、関連性データ記憶部25に記録されている関連性とを比較する。そして、呼出ログにおいてモジュール間の呼び出しを確認できない場合には、これらのモジュールについての関連性を、関連性データ記憶部25の関連性管理レコード250において修正する。これにより、ソースコード上ではモジュール間の関連性がある場合にも、実際に使われていない場合には、関連性を修正することができる。
In the above embodiment, the control unit 21 of the
・ 上記実施形態では、解析サーバ20の制御部21は、他階層への展開情報の付加処理を実行する(ステップS3−4)。具体的には、制御部21の展開表示手段215は、リーフノードに到達するまで展開制御処理を繰り返す。これに代えて、他階層における展開制御処理は、予め定められた所定の階層まで実行するようにしてもよい。この場合には、展開表示手段215は、展開する基準階層数に関するデータを保持させておく。そして、展開表示手段215は、展開した階層を計数し、基準階層数に達した場合には、他の階
層への展開を終了する。
In the above embodiment, the control unit 21 of the
・ 上記実施形態では、解析サーバ20の制御部21は、翻訳処理を実行する(ステップS4−6)。ここでは、辞書データ記憶部23を用いて、翻訳対象語を翻訳する。この場合、ソースコードの構造に応じて、意訳するようにしてもよい。この場合には、辞書データ記憶部23には、見出し語を含む構文に応じて、意訳する翻訳パターンを記録しておく。例えば、翻訳語の品詞を特定して、日本語として読みやすい順番に並び替える。
In the above embodiment, the control unit 21 of the
10…クライアント端末、20…解析サーバ、21…制御部、211…関連性登録手段、212…検索受付手段、213…設計書検索手段、214…影響範囲検索手段、215…展開表示手段、216…コード表示手段、22…利用者データ記憶部、23…辞書データ記憶部、25…関連性データ記憶部、30…プログラム管理サーバ、31…設計書データ記憶部、32…プログラムリソース記憶部。
DESCRIPTION OF
Claims (9)
モジュール識別子に対して、このモジュールが呼び出された呼出回数を記憶する呼出回数情報記憶手段と、
クライアント端末に接続される制御手段とを備えたモジュール解析システムであって、
前記制御手段が、
解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて前記関連性情報記憶手段に登録する手段と、
モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を前記呼出回数情報記憶手段に登録する手段と、
前記クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、前記検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を前記関連性情報記憶手段から取得し、
前記取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、
前記取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する手段と、
前記呼出回数情報記憶手段から、前記モジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、
前記モジュール構造図において、前記呼出回数に応じて各モジュール識別子の表示方法を変更する手段と、
前記モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を判定し、判定結果に応じて、前記下位モジュールの展開表示を集約する手段と、
前記モジュール構造図を前記クライアント端末に出力する手段と
を備えたことを特徴とするモジュール解析システム。 Relevance information storage means for storing a module identifier in association with a module identifier of a lower module called by the module;
Call number information storage means for storing the number of calls for which this module has been called for the module identifier;
A module analysis system comprising control means connected to a client terminal,
The control means is
For each module constituting the analysis target system, a lower module is specified, and a module identifier of both is associated and registered in the association information storage unit;
Means for calculating the number of calls for each module, and registering the number of calls for each module identifier in the call number information storage means;
When the module identifier of the search target module is acquired from the client terminal, the module identifier of the lower module associated with the module identifier of the search target module is acquired from the relevance information storage unit,
Acquiring the module identifier of another lower module associated with the module identifier of the acquired lower module up to a predetermined hierarchy;
Means for generating a module structure diagram including an expanded display for displaying the acquired module identifier in a hierarchy;
Obtaining the number of calls for the module identifier displayed in the module structure diagram from the call number information storage means,
In the module structure diagram, means for changing a display method of each module identifier according to the number of calls,
In the module structure diagram, when a plurality of the same module identifiers are included, an expansion display is required depending on the distance from the display position of the module identifier displayed in advance to the display position of the module identifier displayed subsequently. Means for determining whether or not, and in accordance with the determination result, the expanded display of the lower module,
A module analysis system comprising: means for outputting the module structure diagram to the client terminal.
、画面識別子、データベース識別子のいずれかを用いて行なうことを特徴とする請求項1に記載のモジュール解析システム。 2. The module analysis system according to claim 1, wherein the lower module is specified by using any one of a program identifier, a screen identifier, and a database identifier included in a module source code.
前記モジュール構造図において、下位モジュールの種類に応じて、前記下位モジュールのモジュール識別子の表示方法を変更することを特徴とする請求項1又は2のいずれか一つに記載のモジュール解析システム。 The control means identifies the type of the lower module,
3. The module analysis system according to claim 1, wherein in the module structure diagram, a display method of a module identifier of the lower module is changed according to a type of the lower module.
前記モジュール構造図において、下位モジュールの複雑度に応じて、前記下位モジュールのモジュール識別子の表示方法を変更することを特徴とする請求項1〜3のいずれか一つに記載のモジュール解析システム。 Analyze the contents of lower modules to evaluate the complexity,
In the module structure diagram, depending on the complexity of the lower module, the module analysis system according to any one of claims 1-3, characterized in that to change the appearance of the module identifier of the lower-level module.
前記モジュール構造図において、前記除外情報記憶手段に登録されている検索対象外モジュールのモジュール識別子の表示を削除することを特徴とする請求項1〜4のいずれか一つに記載のモジュール解析システム。 It further includes an exclusion information storage means that registers modules not to be searched,
The module analysis system according to any one of claims 1 to 4 , wherein in the module structure diagram, the display of the module identifier of the module not to be searched registered in the exclusion information storage unit is deleted.
前記呼出ログを用いて、前記関連性情報記憶手段に記憶された情報を修正することを特徴とする請求項1〜5のいずれか一つに記載のモジュール解析システム。 When the control unit starts each module, it acquires a call log of another module,
The call log using a module analysis system according to any one of claims 1-5, characterized in that modifying the relevant information information stored in the storage means.
見出し語、スキルレベル、翻訳語に関するデータを含む単語レコードが記録されている辞書データ記憶部を更に備え、 A dictionary data storage unit in which word records including data on headwords, skill levels, and translated words are recorded;
前記制御手段が、更に、 The control means further comprises:
前記利用者データ記憶部を用いて、利用者の利用者IDに対応するスキルレベルを特定し、 Using the user data storage unit, the skill level corresponding to the user ID of the user is specified,
前記辞書データ記憶部から、解析対象システムを構成するモジュールのソースコードに含まれる単語を翻訳対象語として抽出し、 From the dictionary data storage unit, the word included in the source code of the module constituting the analysis target system is extracted as a translation target word,
前記翻訳対象語が、前記辞書データ記憶部に記録された単語レコードの見出し語として登録されている場合、前記特定したスキルレベルに応じた翻訳語を抽出して表示することを特徴とする請求項1〜6に記載のモジュール解析システム。 The translation word according to the specified skill level is extracted and displayed when the translation target word is registered as an entry word of a word record recorded in the dictionary data storage unit. The module analysis system of 1-6.
モジュール識別子に対して、このモジュールが呼び出された呼出回数を記憶する呼出回数情報記憶手段と、
クライアント端末に接続される制御手段とを備えたモジュール解析システムを用いて、モジュールを解析する方法であって、
前記制御手段が、
解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて前記関連性情報記憶手段に登録する段階と、
モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を前記呼出回数情報記憶手段に登録する段階と、
前記クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、前記検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を前記関連性情報記憶手段から取得し、
前記取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、
前記取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する段階と、
前記呼出回数情報記憶手段から、前記モジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、
前記モジュール構造図において、前記呼出回数に応じて各モジュール識別子の表示方法を変更する段階と、
前記モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を判定し、判定結果に応じて、前記下位モジュールの展開表示を集約する段階と、
前記モジュール構造図を前記クライアント端末に出力する段階と
を実行することを特徴とするモジュール解析方法。 Relevance information storage means for storing a module identifier in association with a module identifier of a lower module called by the module;
Call number information storage means for storing the number of calls for which this module has been called for the module identifier;
A method for analyzing a module using a module analysis system including a control unit connected to a client terminal,
The control means is
For each module constituting the analysis target system, identifying a lower module, associating both module identifiers and registering them in the association information storage means,
Calculating the number of calls for each module, and registering the number of calls for each module identifier in the call number information storage means;
When the module identifier of the search target module is acquired from the client terminal, the module identifier of the lower module associated with the module identifier of the search target module is acquired from the relevance information storage unit,
Acquiring the module identifier of another lower module associated with the module identifier of the acquired lower module up to a predetermined hierarchy;
Generating a module structure diagram including an expanded display for displaying the acquired module identifier in a hierarchy;
Obtaining the number of calls for the module identifier displayed in the module structure diagram from the call number information storage means,
In the module structure diagram, changing the display method of each module identifier according to the number of calls,
In the module structure diagram, when a plurality of the same module identifiers are included, an expansion display is required depending on the distance from the display position of the module identifier displayed in advance to the display position of the module identifier displayed subsequently. Determining whether or not, and aggregating the expanded display of the lower modules according to the determination result;
And outputting the module structure diagram to the client terminal.
モジュール識別子に対して、このモジュールが呼び出された呼出回数を記憶する呼出回数情報記憶手段と、
クライアント端末に接続される制御手段とを備えたモジュール解析システムを用いて、モジュールを解析するためのプログラムであって、
前記制御手段を、
解析対象システムを構成するモジュール毎に、下位モジュールを特定し、両者のモジュール識別子を関連づけて前記関連性情報記憶手段に登録する手段、
モジュール毎に呼出回数を算出し、モジュール識別子毎に呼出回数を前記呼出回数情報記憶手段に登録する手段、
前記クライアント端末から、検索対象モジュールのモジュール識別子を取得した場合、前記検索対象モジュールのモジュール識別子に関連付けられた下位モジュールのモジュール識別子を前記関連性情報記憶手段から取得し、
前記取得した下位モジュールのモジュール識別子に関連付けられた他の下位モジュールのモジュール識別子を所定階層まで取得し、
前記取得したモジュール識別子を、階層に分けて表示する展開表示を含むモジュール構造図を生成する手段、
前記呼出回数情報記憶手段から、前記モジュール構造図に表示されるモジュール識別子についての呼出回数を取得し、
前記モジュール構造図において、前記呼出回数に応じて各モジュール識別子の表示方法を変更する手段、
前記モジュール構造図において、同じモジュール識別子が複数、含まれる場合、先行して表示されたモジュール識別子の表示位置から、後続して表示されるモジュール識別子の表示位置までの距離に応じて展開表示の要否を判定し、判定結果に応じて、前記下位モジュールの展開表示を集約する手段、
前記モジュール構造図を前記クライアント端末に出力する手段
として機能させることを特徴とするモジュール解析プログラム。 Relevance information storage means for storing a module identifier in association with a module identifier of a lower module called by the module;
Call number information storage means for storing the number of calls for which this module has been called for the module identifier;
A program for analyzing a module using a module analysis system comprising a control means connected to a client terminal,
The control means;
Means for identifying lower modules for each module constituting the analysis target system, associating both module identifiers and registering them in the relevance information storage means;
Means for calculating the number of calls for each module and registering the number of calls for each module identifier in the call number information storage means;
When the module identifier of the search target module is acquired from the client terminal, the module identifier of the lower module associated with the module identifier of the search target module is acquired from the relevance information storage unit,
Acquiring the module identifier of another lower module associated with the module identifier of the acquired lower module up to a predetermined hierarchy;
Means for generating a module structure diagram including an expanded display for displaying the acquired module identifier in a hierarchy;
Obtaining the number of calls for the module identifier displayed in the module structure diagram from the call number information storage means,
In the module structure diagram, means for changing the display method of each module identifier according to the number of calls,
In the module structure diagram, when a plurality of the same module identifiers are included, an expansion display is required depending on the distance from the display position of the module identifier displayed in advance to the display position of the module identifier displayed subsequently. Means for determining whether or not, and in accordance with the determination result, the expanded display of the lower-level modules,
A module analysis program that functions as means for outputting the module structure diagram to the client terminal.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011059311A JP5422589B2 (en) | 2011-03-17 | 2011-03-17 | Module analysis system, module analysis method, and module analysis program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011059311A JP5422589B2 (en) | 2011-03-17 | 2011-03-17 | Module analysis system, module analysis method, and module analysis program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012194876A JP2012194876A (en) | 2012-10-11 |
JP5422589B2 true JP5422589B2 (en) | 2014-02-19 |
Family
ID=47086683
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011059311A Expired - Fee Related JP5422589B2 (en) | 2011-03-17 | 2011-03-17 | Module analysis system, module analysis method, and module analysis program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5422589B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015145538A1 (en) * | 2014-03-24 | 2015-10-01 | 株式会社日立製作所 | Program chart creation device, program chart creation method, and program chart creation program |
WO2015145539A1 (en) * | 2014-03-24 | 2015-10-01 | 株式会社日立製作所 | Device for creating abstract diagram of program and program for creating abstract diagram of program |
JP6503750B2 (en) * | 2015-01-16 | 2019-04-24 | 横河電機株式会社 | Engineering support apparatus, method, and program |
CN113326174B (en) * | 2021-06-25 | 2023-06-06 | 中国电子科技集团公司第二十九研究所 | Method and device for visual analysis of self-checking result in electronic equipment |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02211531A (en) * | 1989-02-10 | 1990-08-22 | Matsushita Electric Ind Co Ltd | Program preparation supporting device |
JPH05274132A (en) * | 1992-03-25 | 1993-10-22 | Matsushita Electric Ind Co Ltd | Program analyzer |
JP2000305762A (en) * | 1999-04-19 | 2000-11-02 | Nec Corp | Method for displaying module structural drawing by simplification/detailing and system therefor and information recording medium |
JP2001290639A (en) * | 2000-04-07 | 2001-10-19 | Hitachi Ltd | Software-reconfiguring system |
JP2008293486A (en) * | 2007-04-25 | 2008-12-04 | Hitachi Ltd | Source code analysis device, analysis program, and analysis method |
JP2010204877A (en) * | 2009-03-03 | 2010-09-16 | Hitachi Ltd | Software development support device and software development support method |
-
2011
- 2011-03-17 JP JP2011059311A patent/JP5422589B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2012194876A (en) | 2012-10-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101739335B (en) | Recommended application evaluation system | |
WO2018082462A1 (en) | Application interface traversing method and system, and testing device | |
TW201250492A (en) | Method and system of extracting web page information | |
CN103778151A (en) | Method and device for identifying characteristic group and search method and device | |
CN105808701B (en) | Realize the method and system communicated between list automatic Verification and multisystem | |
CN110928763A (en) | Test method, test device, storage medium and computer equipment | |
US20200285810A1 (en) | System and method for extracting information from unstructured or semi-structured textual sources | |
JP5422589B2 (en) | Module analysis system, module analysis method, and module analysis program | |
CN109634570A (en) | Front and back end integrated development method, device, equipment and computer readable storage medium | |
JP4951416B2 (en) | Program verification method and program verification apparatus | |
CN110222251A (en) | A kind of Service encapsulating method based on Web-page segmentation and searching algorithm | |
CN114398138B (en) | Interface generation method, device, computer equipment and storage medium | |
Oluwagbemi et al. | Automatic generation of test cases from activity diagrams for UML based testing (UBT) | |
CN113687827B (en) | Data list generation method, device and equipment based on widget and storage medium | |
CN117215570A (en) | Code generation method of application program interface, terminal device and storage medium | |
CN110188432B (en) | System architecture verification method, electronic device and computer-readable storage medium | |
US20150248500A1 (en) | Documentation parser | |
JP2003281149A (en) | Method of setting access right and system of structured document management | |
CN116610558A (en) | Code detection method, device, electronic equipment and computer readable storage medium | |
WO2022018899A1 (en) | System for extracting subtree from kpi tree | |
CN114596070A (en) | Product optimization design platform construction method based on knowledge graph | |
CN111159203B (en) | Data association analysis method, platform, electronic equipment and storage medium | |
JP3842572B2 (en) | Structured document management method, structured document management apparatus and program | |
Carme et al. | The lixto project: Exploring new frontiers of web data extraction | |
KR101722161B1 (en) | A usability alalysis appratus of websites and a method for analysing a usability of websites using it |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130111 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130725 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130730 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130930 |
|
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: 20131105 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131125 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5422589 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |