JPH05158667A - Program maintenance assistance device - Google Patents

Program maintenance assistance device

Info

Publication number
JPH05158667A
JPH05158667A JP32542791A JP32542791A JPH05158667A JP H05158667 A JPH05158667 A JP H05158667A JP 32542791 A JP32542791 A JP 32542791A JP 32542791 A JP32542791 A JP 32542791A JP H05158667 A JPH05158667 A JP H05158667A
Authority
JP
Japan
Prior art keywords
data
update
program
programs
file
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
JP32542791A
Other languages
Japanese (ja)
Inventor
Yukio Fukuda
由紀雄 福田
Nobuhisa Munechika
修久 宗近
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP32542791A priority Critical patent/JPH05158667A/en
Publication of JPH05158667A publication Critical patent/JPH05158667A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To improve the operation efficiency and reliability of the reformation and maintenance of a program. CONSTITUTION:A reference and update relation detection and processing part 1 after detecting and storing data names having reference and update relation in plural include files In-1-In-m in a reference and update relation storage part 2 detects the data names stored in the reference and update relation storage part 2 from source code files PS-1-PS-n of programs according to operation specification stored in a compiling and linking operation storage part 3, and stores the reference and update relation storage part 2 with the source codes and file names of said programs corresponding to the data names to generate the cross reference between the programs and include files.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ソフトウェア開発にお
けるプログラム保守支援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program maintenance support device in software development.

【0002】[0002]

【従来の技術】従来、プログラム開発において、多くの
プログラムで共通に使用されるデータ定義部等を各プロ
グラム毎にコーディングせずに、コンパイル時に参照す
るインクルード・ファイル内に定義しておくのが一般的
である。
2. Description of the Related Art Conventionally, in program development, it is common to define a data definition part commonly used in many programs in an include file that is referenced at compile time, without coding each program. Target.

【0003】なぜなら、この方法によって、共通するデ
ータの変更・修正時には、インクルード・ファイル内の
該当部分のみを修正して、再度コンパイルし直せばよい
という便利な機能であるからである。
This is because this method is a convenient function in that when common data is changed or modified, only the relevant part in the include file is modified and recompiled.

【0004】従って、インクルード・ファイルは、前記
した便利さゆえに、しばしば全てのデータ定義部を1つ
のインクルード・ファイルとして定義することが多い。
この方法は、コンパイル時間が多少浪費されることを除
けば、データ定義部の修正によるコンパイル・ミスを最
小限にできるという利点を有する。
Therefore, an include file often defines all the data definition parts as one include file because of the convenience described above.
This method has the advantage that compilation errors due to modification of the data definition can be minimized, except that the compilation time is wasted a little.

【0005】しかし、プログラムの開発が終了し、改良
や保守を行おうとした場合、次のような問題があった。
However, when the development of the program is completed and an attempt is made to improve or maintain it, there are the following problems.

【0006】すなわち、通常のプログラムの解析機能で
は、プログラムによるデータの参照・更新関係をプログ
ラムのソースコード・ファイルのレベルで解析できる
が、前記した全データを1つのインクルード・ファイル
で作成していると、1つのインクルード・ファイルが全
てのプログラムで参照・更新されるという全く意味のな
い情報しか得られない。
That is, in the normal program analysis function, the reference / update relationship of data by the program can be analyzed at the level of the source code file of the program, but all the above-mentioned data is created by one include file. And I can get only meaningless information that one include file is referenced / updated by all programs.

【0007】この場合、エディタを使って、プログラム
のソースコード・ファイル内を検索して、該当するデー
タ名を含む部分を検出する方法等が取られるが、大規模
システムになると、複雑であり、人的誤りも多い。ま
た、インクルード・ファイルの構造を変更しようとして
も作業が大変なために、通常の改良や保守では敬遠され
ることが多いので、実質的に問題は永久に解決されない
ままであった。
In this case, a method of searching the source code file of the program by using an editor to detect a portion including the corresponding data name, etc. is taken, but in a large-scale system, it is complicated, There are many human errors. Further, since the work is difficult to change even if the structure of the include file is changed, the regular improvement and maintenance are often avoided, so that the problem remains virtually unsolved.

【0008】[0008]

【発明が解決しようとする課題】前述したように、従
来、プログラムで共通に使用されるデータをコンパイル
時に参照するインクルード・ファイル内に定義し、コン
パイル・リンク作業の指定を記憶するコンパイル・リン
ク作業記憶手段を有してプログラムの保守を行うプログ
ラム保守支援装置において、プログラムの参照データを
1つのインクルード・ファイルで作成する場合が多く、
このような場合、プログラム開発の終了後に行う改良や
保守は、プログラムのソースコード・ファイル内を検索
して、該当するデータ名を含む部分を検出するという方
法が取られるが、大規模システムのプログラムになると
プログラムは複雑であるため、改良・保守作業は大変で
あり、人的誤りによる誤修正が生ずることが多いという
問題点があった。また、インクルード・ファイルの構造
の変更作業は大変であるため現実的に行われないという
問題点があった。
As described above, conventionally, data commonly used in programs is defined in an include file that is referenced at compile time, and a compile / link work that stores a compile / link work specification is stored. In a program maintenance support device having a storage means for maintaining a program, the reference data of the program is often created by one include file,
In such a case, the improvement or maintenance to be performed after the completion of program development is performed by searching the source code file of the program to find the part including the corresponding data name. However, since the program is complicated, the improvement / maintenance work is difficult, and there is a problem that erroneous corrections often occur due to human error. In addition, there is a problem in that the work of changing the structure of the include file is difficult and is not actually performed.

【0009】そこで、本発明は、かかる問題点を除去
し、プログラムの改良・保守時の作業効率の向上と誤修
正の防止による信頼性を向上できるプログラム保守支援
装置を提供することを目的とする。
SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a program maintenance support device which can eliminate such problems and improve the work efficiency at the time of improving and maintaining a program and the reliability by preventing erroneous correction. ..

【0010】[0010]

【課題を解決するための手段】本発明は、プログラムで
共通に使用されるデータを、コンパイル時に参照するイ
ンクルード・ファイル内に定義し、コンパイル・リンク
作業の指定を記憶するコンパイル・リンク作業記憶手段
を有してプログラムの保守を行うプログラム保守支援装
置において、複数の前記インクルード・ファイル内の複
数のデータのデータ名と該データと参照・更新関係のあ
る複数のプログラムのソースコード・ファイル名を記憶
する参照・更新関係記憶手段と、複数の前記インクルー
ド・ファイルから参照・更新関係を有するデータ名を検
出して前記参照・更新関係記憶手段に記憶した後、前記
コンパイル・リンク作業記憶手段に記憶されている作業
指定を基に前記複数のプログラムのソースコード・ファ
イルから前記データ名を検出し、前記データ名に対応さ
せて前記複数のプログラムのソースコード・ファイル名
を前記参照・更新関係記憶手段に記憶する処理を行う参
照・更新関係検出/処理手段とを具備することを特徴と
する。
SUMMARY OF THE INVENTION The present invention defines a data commonly used in programs in an include file which is referred to at the time of compilation, and a compile / link work storage means for storing a compile / link work specification. In a program maintenance support device for maintaining a program, the data name of a plurality of data in the plurality of include files and the source code file names of a plurality of programs having reference / update relations with the data are stored. And a reference / update relationship storage means for detecting a data name having a reference / update relationship from a plurality of the include files and storing the same in the reference / update relationship storage means, and then stored in the compile / link work storage means. The data from the source code files of the multiple programs based on the specified work specifications. A reference / update relationship detection / processing means for detecting a name and storing the source code / file names of the plurality of programs in the reference / update relationship storage means in association with the data name. Characterize.

【0011】[0011]

【作用】本発明は、プログラムで共通に使用されるデー
タを、コンパイル時に参照するインクルード・ファイル
内に定義し、コンパイル・リンク作業の指定を記憶する
コンパイル・リンク作業記憶手段を有してプログラムの
保守を行うプログラム保守支援装置において、複数の前
記インクルード・ファイル内の複数のデータのデータ名
と該データと参照・更新関係のある複数のプログラムの
ソースコード・ファイル名を記憶する参照・更新関係記
憶手段と、複数の前記インクルード・ファイルから参照
・更新関係を有するデータ名を検出して前記参照・更新
関係記憶手段に記憶した後、前記コンパイル・リンク作
業記憶手段に記憶されている作業指定を基に前記複数の
プログラムのソースコード・ファイルから前記データ名
を検出し、前記データ名に対応させて前記複数のプログ
ラムのソースコード・ファイル名を前記参照・更新関係
記憶手段に記憶する処理を行う参照・更新関係検出/処
理手段とを有することにより、プログラムとインクルー
ド・ファイルのクロス・リファレンスを作成する。
According to the present invention, data commonly used in a program is defined in an include file that is referred to at the time of compilation, and a compile / link work storage means for storing a compile / link work specification is stored. In a program maintenance support device for performing maintenance, reference / update relation storage for storing data names of a plurality of data in a plurality of include files and source code / file names of a plurality of programs having reference / update relations with the data Means for detecting a data name having a reference / update relationship from a plurality of the include files and storing it in the reference / update relationship storage means, and based on the work designation stored in the compile / link work storage means. To detect the data names from the source code files of the plurality of programs, By including a reference / update relationship detection / processing means for storing the source code file names of the plurality of programs in the reference / update relationship storage means in association with the data name. Create a cross reference.

【0012】[0012]

【実施例】以下、図面を参照して本発明の実施例につい
て説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0013】図1は、本発明の一実施例であるプログラ
ム保守支援装置の構成ブロック図である。図1におい
て、本プログラム保守支援装置は、プログラム1からn
までのプログラムのソースコード・ファイルPS−1〜
PS−n、プログラムの参照するデータが含んでいるイ
ンクルード・ファイルIn−1〜In−m、インクルー
ド・ファイル(In−1〜In−m)内の複数のデータ
のデータ名と該データと参照・更新関係のあるプログラ
ムのソースコード・ファイル(PS−1〜PS−n)名
を記憶する参照・更新関係記憶部2、コンパイル・リン
ク作業の指定を記憶するコンパイル・リンク作業記憶部
3、インクルード・ファイル(In−1〜In−m)か
ら参照・更新関係を有するデータ名を検出して参照・更
新関係記憶部2に記憶した後、コンパイル・リンク作業
記憶部3に記憶されている作業指定を基に、プログラム
のソースコード・ファイル(PS−1〜PS−m)から
データ名を検出し、参照・更新関係記憶部2に記憶され
ているデータ名に対応させてプログラムのソースコード
・ファイル(PS−1〜PS−n)名を参照・更新関係
記憶部2に記憶する処理を行う参照・更新関係検出/処
理部1、参照・更新関係検出/処理部1の処理結果を表
示する表示部4、および参照・更新関係検出/処理部1
による検出/処理のため入力操作を行う入力部5から構
成されている。
FIG. 1 is a block diagram showing the configuration of a program maintenance support device according to an embodiment of the present invention. In FIG. 1, the present program maintenance support device uses programs 1 to n.
Source code files PS-1 to PS-1
PS-n, include files In-1 to In-m containing the data referred to by the program, data names of a plurality of data in the include files (In-1 to In-m), and reference to the data A reference / update relation storage unit 2 that stores the source code file (PS-1 to PS-n) names of programs that have an update relation, a compile / link work storage unit 3 that stores the designation of the compile / link work, and an include file. After the data names having the reference / update relation are detected from the files (In-1 to In-m) and stored in the reference / update relation storage unit 2, the work designation stored in the compile / link work storage unit 3 is set. Based on this, the data name is detected from the source code file (PS-1 to PS-m) of the program, and the data name stored in the reference / update relationship storage unit 2 is detected. The reference / update relationship detection / processing unit 1 and the reference / update relationship detection / processing for performing processing for storing the source code file (PS-1 to PS-n) name of the program in the reference / update relationship storage unit 2 Display unit 4 for displaying the processing result of unit 1, and reference / update relationship detection / processing unit 1
It is composed of an input unit 5 which performs an input operation for detection / processing by.

【0014】図2は、参照・更新関係記憶部2の記憶構
成を示す図である。図2において、参照・更新関係検出
/処理部1によって検出されたインクルード・ファイル
(In−1〜In−m)内のデータ名は、データ名(D
−1〜D−mm)ごとに、該データ名(D−1〜D−m
m)が属するインクルード・ファイル(In−1〜In
−m)名(InF−1〜InF−mm)が対となって記
憶される。さらに、参照・更新関係検出/処理部1によ
って検出されたデータ名(D−1〜D−m)と参照・更
新関係を有するプログラムのソースコード・ファイル名
(PS1−F〜PSn−F)が、データ名ごとに対応さ
れて、参照・更新区分とともに記憶される。例えば、イ
ンクルード・ファイル内のデータ名D−1に対しては、
該データ名が属するインクルード・ファイルInF−1
が対となって記憶され、さらに、データ名D−1のデー
タと参照・更新関係を有するプログラムのソースコード
・ファイル(PS−1〜PS−i)のファイル名(PS
1−F〜PSi−F)が参照・更新区分(E1〜E1−
i)とともに記憶される。従って、データ名ごとに記憶
されるプログラムのソースコード・ファイル名数は最大
でn個となる。
FIG. 2 is a diagram showing a storage configuration of the reference / update relationship storage unit 2. In FIG. 2, the data names in the include files (In-1 to In-m) detected by the reference / update relationship detection / processing unit 1 are the data names (D
-1 to D-mm), the data name (D-1 to D-m)
m) belongs to include files (In-1 to In)
-M) Names (InF-1 to InF-mm) are stored as a pair. Furthermore, the data name (D-1 to Dm) detected by the reference / update relationship detection / processing unit 1 and the source code file name (PS1-F to PSn-F) of the program having the reference / update relationship are , Is stored for each data name together with the reference / update classification. For example, for the data name D-1 in the include file,
Include file InF-1 to which the data name belongs
Are stored as a pair, and further, the file name (PS-1 to PS-i) of the source code file (PS-1 to PS-i) of the program having a reference / update relationship with the data of data name D-1 is stored.
1-F to PSi-F) refers to / updates (E1 to E1-
stored with i). Therefore, the maximum number of source code file names of the program stored for each data name is n.

【0015】図3は、参照・更新関係検出/処理部1に
よる参照・更新関係記憶部2の初期記憶動作フローチャ
ートである。
FIG. 3 is a flowchart of an initial storage operation of the reference / update relationship storage unit 2 by the reference / update relationship detection / processing unit 1.

【0016】まず、参照・更新関係記憶部2の記憶領域
を初期化する(ステップ30)。次に、変数iおよびj
を1とおく(ステップ31)。
First, the storage area of the reference / update relationship storage unit 2 is initialized (step 30). Then the variables i and j
Is set to 1 (step 31).

【0017】その後、参照・更新関係検出・処理部1
は、インクルード・ファイルi内のデータ名をインクル
ード・ファイルiから検出する(ステップ32)。次
に、検出したデータ名は、該データ名が属するインクル
ード・ファイル名とともに参照・更新関係記憶部2の該
当部(D−1〜D−mm,InF−1〜InF−mm)
に記憶される(ステップ33)。同様にして、変数iが
mになるまで繰り返す(ステップ34)。ここで、変数
iがmにならないときは、変数iに1を加えて(ステッ
プ35)ステップ32に移行し、繰り返すことになる。
Thereafter, the reference / update relationship detection / processing unit 1
Detects the data name in the include file i from the include file i (step 32). Next, the detected data name is included in the corresponding file (D-1 to D-mm, InF-1 to InF-mm) of the reference / update relationship storage unit 2 together with the include file name to which the data name belongs.
(Step 33). Similarly, the process is repeated until the variable i becomes m (step 34). Here, when the variable i does not become m, 1 is added to the variable i (step 35) and the process proceeds to step 32 and is repeated.

【0018】全てのインクルード・ファイル内のデータ
名が参照・更新関係記憶部2の該当部に記憶されると、
参照・更新関係検出/処理部1は、コンパイル・リンク
作業記憶部3に記憶されているプログラムjのソースコ
ード・ファイルを解析し、参照・更新関係記憶部2に記
憶されているデータ名(D−1〜D−mm)に一致する
データ名と該データが属するインクルード・ファイル名
を検出する(ステップ36)。次に、参照・更新関係記
憶部2の該当部にプログラムjのソースコード・ファイ
ル名と参照・更新区分を記憶する。次に、プログラムj
のソースコード・ファイル内のデータ名が検出できなく
なるまで(ステップ38)、ステップ36およびステッ
プ37を繰り返す。さらに、同様にして、変数jがnに
なるまで(ステップ40)繰り返す。ここで、変数jが
nにならないときは、変数jに1を加えて(ステップ3
9)ステップ36に移行する。
When the data names in all the include files are stored in the corresponding portions of the reference / update relation storage unit 2,
The reference / update relationship detection / processing unit 1 analyzes the source code file of the program j stored in the compile / link work storage unit 3, and stores the data name (D -1 to D-mm) and the include file name to which the data belongs are detected (step 36). Next, the source code / file name of the program j and the reference / update classification are stored in the corresponding portion of the reference / update relation storage unit 2. Then program j
The steps 36 and 37 are repeated until the data name in the source code file is not detected (step 38). Further, similarly, the process is repeated until the variable j becomes n (step 40). If the variable j does not become n, 1 is added to the variable j (step 3
9) Go to step 36.

【0019】このようにして、検出・処理された結果で
あるプログラムとインクルード・ファイル内のデータと
のクロス・リファレンスは、表示部4に表示され、ま
た、図示されていない出力装置から、その結果を印刷出
力することができる。
In this way, the cross reference between the program and the data in the include file, which is the result of detection and processing, is displayed on the display unit 4, and the result is output from an output device (not shown). Can be printed out.

【0020】[0020]

【発明の効果】以上説明したように、本発明は、プログ
ラムで共通に使用されるデータを、コンパイル時に参照
するインクルード・ファイル内に定義し、コンパイル・
リンク作業の指定を記憶するコンパイル・リンク作業記
憶手段を有してプログラムの保守を行うプログラム保守
支援装置において、複数の前記インクルード・ファイル
内の複数のデータのデータ名と該データと参照・更新関
係のある複数のプログラムのソースコード・ファイル名
を記憶する参照・更新関係記憶手段と、複数の前記イン
クルード・ファイルから参照・更新関係を有するデータ
名を検出して前記参照・更新関係記憶手段に記憶した
後、前記コンパイル・リンク作業記憶手段に記憶されて
いる作業指定を基に前記複数のプログラムのソースコー
ド・ファイルから前記データ名を検出し、前記データ名
に対応させて前記複数のプログラムのソースコード・フ
ァイル名を前記参照・更新関係記憶手段に記憶する処理
を行う参照・更新関係検出/処理手段とを有することに
より、プログラムとインクルード・ファイルのクロス・
リファレンスを作成することができる。
As described above, according to the present invention, data commonly used in a program is defined in an include file which is referenced at the time of compilation, and the data is compiled and compiled.
In a program maintenance support device for maintaining a program having a compile / link work storage means for storing designation of a link work, a data name of a plurality of data in a plurality of the include files and a reference / update relationship with the data Reference / update relationship storage means for storing the source code / file names of a plurality of programs, and data names having a reference / update relationship are detected from the plurality of include files and stored in the reference / update relationship storage means. After that, the data names are detected from the source code files of the plurality of programs based on the work specification stored in the compile / link work storage means, and the sources of the plurality of programs are associated with the data names. A reference / update function for storing the code / file name in the reference / update relationship storage means. By having a detection / processing means, cross programs and include files
You can create a reference.

【0021】このため、作成された該クロス・リファレ
ンスにより、プログラムとインクルード・ファイル内の
データとの関係を正確に把握でき、また、該クロス・リ
ファレンスは、プログラムの改良・保守に必須な情報を
提供できるため、プログラムの改良・保守時の作業効率
の向上と誤修正の防止による信頼性を向上することがで
きるという利点を有する。
Therefore, the relationship between the program and the data in the include file can be accurately grasped by the created cross reference, and the cross reference provides information necessary for improving and maintaining the program. Since it can be provided, there is an advantage that the work efficiency at the time of improving and maintaining the program can be improved and the reliability by preventing erroneous correction can be improved.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例であるプログラム保守支援装
置の構成ブロック図。
FIG. 1 is a configuration block diagram of a program maintenance support device according to an embodiment of the present invention.

【図2】参照・更新関係記憶部2の記憶構成を示す図。FIG. 2 is a diagram showing a storage configuration of a reference / update relationship storage unit 2.

【図3】参照・更新関係検出/処理部1による参照・更
新関係記憶部2の初期記憶動作フローチャート。
FIG. 3 is an initial storage operation flowchart of a reference / update relationship storage unit 2 by the reference / update relationship detection / processing unit 1.

【符号の説明】[Explanation of symbols]

1 参照・更新関係検出/処理部 2 参照・更新関係記憶部 3 コンパイル・リンク作業記憶部 4 表示部 5 入力部 PS−1〜PS−n プログラムのソースコード・ファ
イル In−1〜In−m インクルード・ファイル
1 Reference / Update Relationship Detection / Processing Section 2 Reference / Update Relationship Storage Section 3 Compilation / Link Work Storage Section 4 Display Section 5 Input Section PS-1 to PS-n Program Source Code Files In-1 to In-m Includes ·File

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】プログラムで共通に使用されるデータを、
コンパイル時に参照するインクルード・ファイル内に定
義し、コンパイル・リンク作業の指定を記憶するコンパ
イル・リンク作業記憶手段を有してプログラムの保守を
行うプログラム保守支援装置において、 複数の前記インクルード・ファイル内の複数のデータの
データ名と該データと参照・更新関係のある複数のプロ
グラムのソースコード・ファイル名を記憶する参照・更
新関係記憶手段と、 複数の前記インクルード・ファイルから参照・更新関係
を有するデータ名を検出して前記参照・更新関係記憶手
段に記憶した後、前記コンパイル・リンク作業記憶手段
に記憶されている作業指定を基に前記複数のプログラム
のソースコード・ファイルから前記データ名を検出し、
前記データ名に対応させて前記複数のプログラムのソー
スコード・ファイル名を前記参照・更新関係記憶手段に
記憶する処理を行う参照・更新関係検出/処理手段とを
具備することを特徴とするプログラム保守支援装置。
1. Data commonly used by programs are
In a program maintenance support device for maintaining a program, which has a compile / link work storage means for storing the specification of compile / link work, which is defined in an include file to be referenced at the time of compilation, in a plurality of the include files, Reference / update relationship storage means for storing data names of a plurality of data and source code / file names of a plurality of programs having a reference / update relationship with the data, and data having a reference / update relationship from the plurality of include files After detecting the name and storing it in the reference / update relation storage means, the data name is detected from the source code files of the plurality of programs based on the work designation stored in the compile / link work storage means. ,
Program maintenance, comprising reference / update relationship detection / processing means for performing processing of storing the source code / file names of the plurality of programs in the reference / update relationship storage means in association with the data name. Support device.
JP32542791A 1991-12-10 1991-12-10 Program maintenance assistance device Pending JPH05158667A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32542791A JPH05158667A (en) 1991-12-10 1991-12-10 Program maintenance assistance device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32542791A JPH05158667A (en) 1991-12-10 1991-12-10 Program maintenance assistance device

Publications (1)

Publication Number Publication Date
JPH05158667A true JPH05158667A (en) 1993-06-25

Family

ID=18176737

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32542791A Pending JPH05158667A (en) 1991-12-10 1991-12-10 Program maintenance assistance device

Country Status (1)

Country Link
JP (1) JPH05158667A (en)

Similar Documents

Publication Publication Date Title
US5996073A (en) System and method for determining computer application state
WO2003107180B1 (en) Providing dynamic model-code associativity
JPH09212352A (en) Program development support system
US20110320876A1 (en) Systems and methods for processing source code during debugging operations
US6496976B1 (en) Method and system for dynamic recompilation of statements of a first language embedded in a program having statements of a second language
JPH0916382A (en) Program development supporting system
JPH05158667A (en) Program maintenance assistance device
JPH09185500A (en) Device and method for automatically correcting source program
JP2702986B2 (en) How to replace data in a program
JPH01307832A (en) System for automatically correcting grammatical error of source program in compiler
JPH1185536A (en) Device and method for automatically correcting error of source program
JP2008269020A (en) Apparatus, method and program for supporting program development of copy history management type
JP3337763B2 (en) Drawing description generator
JPH09288580A (en) Device and method for optimizing source program
Fraternali et al. Almost rerere: An approach for automating conflict resolution from similar resolved conflicts
JPH06290039A (en) Method for changing program
JPH05150965A (en) Program maintenance supporting system
CN109002713B (en) Security rule detection method and system
JP3307476B2 (en) Data item definition standardization device
JP2764782B2 (en) Data structure expansion method for COBOL programs
JP2018084939A (en) Correction support program, correction support method, correction support device, and compiler
JP3208300B2 (en) Method of extracting use form of physical entity in program and related extraction method
JP2000181691A (en) Program structure analysis system
JPH0793144A (en) Program analyzer
JP2002082811A (en) Compiling method and recording medium