JPS63208941A - Managing system for updating history of program path - Google Patents

Managing system for updating history of program path

Info

Publication number
JPS63208941A
JPS63208941A JP62042169A JP4216987A JPS63208941A JP S63208941 A JPS63208941 A JP S63208941A JP 62042169 A JP62042169 A JP 62042169A JP 4216987 A JP4216987 A JP 4216987A JP S63208941 A JPS63208941 A JP S63208941A
Authority
JP
Japan
Prior art keywords
program
path
information
node
database
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
JP62042169A
Other languages
Japanese (ja)
Inventor
Satoshi Yamane
山根 智
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP62042169A priority Critical patent/JPS63208941A/en
Publication of JPS63208941A publication Critical patent/JPS63208941A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate the useless loop repetition at the time of the debugging by holding the relationship among four elements, i.e., the branches, the nodal points, a bit of row information and the updating classification of a program path in the form of a data base and operating specifically those four elements to control the replacement history. CONSTITUTION:Each path of a program path is expressed in a branch ai and an initiation nodal point vi and a termination nodal point vi+1. The branch ai corresponds to the single instruction mi of a program based on a function G; while the instruction mi corresponds to the replacement type information xi based on a function J. Then it is shown whether the information ti had no new nor old change, is newly inserted or updated. The nodal points vi and vi+1 are allowed to correspond to the replacement type information xi+1 and xi+2 respectively based on a function H. Then it is shown whether those information xi+1 and xi+2 has no new nor old changes, and newly inserted or updated.

Description

【発明の詳細な説明】 〔概要〕 プログラムパスの管理において、プログラム更新に伴な
って更新前後のプログラムパスの対応関係がつかめない
ことにより、プログラムパスに基づくテスト情報が有効
利用できない事を解決するために、プログラムパスを枝
と節点とに分解して。
[Detailed Description of the Invention] [Summary] To solve the problem that test information based on program paths cannot be used effectively in program path management due to the inability to grasp the correspondence between program paths before and after the update due to program updates. In order to do this, we decompose the program path into branches and nodes.

技・節点と行番号との関係1行番号と更新種別との関係
を表現するプログラム更新履歴管理データベースを生成
・操作することにより、プログラム更新に伴なうプログ
ラムパスの更新履歴を管理することが開示される。
Techniques: Relationship between nodes and line numbers 1 By creating and operating a program update history management database that expresses the relationship between line numbers and update types, it is possible to manage the update history of program paths associated with program updates. be disclosed.

〔産業上の利用分野〕[Industrial application field]

本発明は、プログラム更新に伴なうプログラムパスの更
新情報を管理するプログラムパス更新履歴管理方式に関
する。
The present invention relates to a program path update history management method for managing program path update information associated with program updates.

プログラムが更新されても、プログラムパスの更新前後
の対応関係がつかめず、プログラムパスに基づくテスト
情報が再利用できない。このため。
Even if the program is updated, the correspondence between the program path before and after the update cannot be determined, and test information based on the program path cannot be reused. For this reason.

プログラムパスの更新前後の対応関係を把握するプログ
ラムパス更新履歴管理方式が必要とされる。
There is a need for a program path update history management method that grasps the correspondence between program paths before and after they are updated.

〔従来の技術〕[Conventional technology]

プログラムの構造を解析して、プログラムパスを求める
ことは。
Analyzing the program structure and finding the program path.

(i)デバッグ時にランダムにループを繰り返して実行
させるムダがなくなる。
(i) There is no need to randomly repeat and execute loops during debugging.

(11)最も少ないパターンを用いて全部のルートをテ
ストするパスを予め知ることができる。
(11) Paths that test all routes using the least number of patterns can be known in advance.

などの利点があり必要である。It is necessary because of its advantages.

第8図はプログラムが更新される場合の従来の処理の例
を示す。作成したプログラム■をプログラムパス生成機
構■に入力してプログラムパス■をジェネレートする。
FIG. 8 shows an example of conventional processing when a program is updated. Input the created program ■ into the program path generation mechanism ■ to generate a program path ■.

このプログラムパス■をテストケース生成機構■に入力
してテストケース■をジェネレートする。そして、この
テストケース■に基づいてテスト実行■によってテスト
情報■を得る。
This program path ■ is input to the test case generation mechanism ■ to generate a test case ■. Then, test information (■) is obtained by test execution (■) based on this test case (■).

しかし、プログラム■が更新されて、更新プログラム■
′になると、それに対応して■′、■′。
However, the program ■ has been updated and the update program ■
′, correspondingly ■′, ■′.

■′をジェネレートし直さなければならず、テスト情報
■が再利用できない。
■' must be regenerated, and test information ■ cannot be reused.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のプログラムパス生成機構■では、プログラムのを
入力するとプログラムパス■を生成する。
The conventional program path generation mechanism (■) generates a program path (■) when a program is input.

このとき、プログラムの履歴管理が行われるのみでプロ
グラムに対応するプログラムパスの履歴管理がなされて
いないため、プログラムパスに基づくテスト情報が再利
用できないという問題を生じていた。このために上記〔
従来の技術〕の欄の冒頭に述べた利点を享受できなかっ
た。
At this time, only the history of the program is managed, but the history of the program path corresponding to the program is not managed, resulting in a problem that test information based on the program path cannot be reused. For this reason, the above [
However, the advantages mentioned at the beginning of the section entitled "Prior Art" could not be enjoyed.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は上記の点を解決しており、プログラムパスを管
理して上記利点を享受できるようにしている。
The present invention solves the above problems and allows program paths to be managed to enjoy the above advantages.

第1図は本発明の原理説明図を示す。FIG. 1 shows a diagram explaining the principle of the present invention.

プログラムパスは有向グラフであるので。Since the program path is a directed graph.

節点(集合Vとする) 技 (集合Aとする) から構成される。Nodes (set V) Technique (set as set A) It consists of

ある技aム (εA)が図示1000の如く存在すると
それに対応して節点Vi  (’EV)とv if(ε
V)とが−意に次の如く決定される。そして1つのパス
(図示t o L Q)が存在する。当該パス1010
を技at  (図示1020)と節点v!。
If a certain technique a (εA) exists as shown in the diagram 1000, the nodes Vi ('EV) and v if (ε
V) is arbitrarily determined as follows. And there is one path (to L Q shown). The relevant path 1010
The technique at (illustrated 1020) and the node v! .

Vi4.  (図示1040)とに分解して、情報とし
て保持し、また枝aiに対応する命令m! (図示10
30)を情報として保持するようにする。ここで1節点
Viやvt4+ は、プログラムのスタート点や停止点
や分岐点であり、枝aiはおのおのの節点間の命令列で
ある。なお図示F、G、H,Jは夫々関数であり、テー
ブルなどを索引することによって当該関数にしたがった
変換が行われる。
Vi4. (1040 in the figure) and is stored as information, and the instruction m! corresponding to the branch ai! (Illustration 10
30) is retained as information. Here, one node Vi or vt4+ is a start point, a stop point, or a branch point of the program, and each branch ai is a sequence of instructions between each node. Note that F, G, H, and J shown in the figure are functions, and conversion according to the functions is performed by indexing a table or the like.

即ち図示Fの場合では、ある技aiをもとにテーブルを
索引することによって1つのパス1010が抽出される
That is, in case F shown in the figure, one path 1010 is extracted by indexing the table based on a certain technique ai.

プログラムパスは、これらを集合(al、■、。The program path is a set of these (al, ■, .

vi+1)の形で表わすことができる。ここでaiは技
、  viは節点の始端、  Vi。1は節点の終端で
ある。
vi+1). Here, ai is the technique, vi is the starting point of the node, and Vi. 1 is the end of the node.

このように、データベース中でのプログラムパスの情報
の持ち方として、 (技、始端節点、終端節点)を用い
ることができ1本発明においては。
In this way, (technique, start node, end node) can be used as the way to hold program path information in the database, and in the present invention.

これを利用するようにしている。I'm trying to take advantage of this.

ある技aiは関数Gにもとづいて1つの命令(プログラ
ムの)mtと対応づけられる。そして命令m!は、関数
Jにもとづいて、当該命令m1が、旧プログラムから新
プログラムへの更新に当って、 (i)新旧変化がなか
ったもの(保存されているという)であるか、(ii)
新たに挿入されたものであるか、  (iii)更新(
変更)されたちのであるかなどを示す更新種別情報X、
と対応づけられる。
A certain technique ai is associated with one instruction (of a program) mt based on a function G. And command m! Based on the function J, whether the instruction m1 is (i) unchanged from the old program (it is said to be preserved) when updating from the old program to the new program, or (ii)
whether it is newly inserted or (iii) updated (
Update type information X indicating whether the item has been changed (changed)
It can be associated with

同様に節点ViやVia+ は夫々、関数Hにもとづい
て、当該節点V、やV @ 41が、旧プログラムから
新プログラムへの更新に当って、 (i)上記と同様に
保存されているものであるか、(ii)新たに挿入され
たものであるか、  (iii)更新されたものである
かなどを示す更新種別情報xo、やX、。2と対応づけ
られる。
Similarly, the nodes Vi and Via+ are respectively based on the function H, and when the corresponding nodes V and V@41 are updated from the old program to the new program, (i) they are saved in the same way as above. Update type information xo, or X, indicating whether the item exists, (ii) whether it is newly inserted, or (iii) whether it has been updated. 2.

〔作用〕[Effect]

当該更新種別情報X、を調べることによって。 By checking the update type information X.

ある命令miが保存されているか否かが判り、また更新
種別情報Xi4. 、  Xi。2を調べることによっ
て、ある節点VlやVl、、が保存されているか否かが
判る。そして、技a、や節点V i I  V i 4
1が夫々共に保存されていれば、旧プログラムから新プ
ログラムへの更新に当って、変化がなかったことが判る
It can be determined whether a certain instruction mi is saved or not, and update type information Xi4. , Xi. By checking 2, it can be determined whether a certain node Vl or Vl, . Then, technique a, node V i I V i 4
1 are saved together, it can be seen that there was no change when updating from the old program to the new program.

C実施例〕 第2図は本発明において利用されるデータベースを説明
する説明図である。第2図において、1は更新履歴管理
データベースであり。
Embodiment C] FIG. 2 is an explanatory diagram illustrating a database used in the present invention. In FIG. 2, 1 is an update history management database.

(a)新プログラムでの行位置(新プログラムでの命令
diに対応している)を指示する新行情報111゜ (b)旧プログラムでの行位置(旧プログラムでの命令
m、に対応している)を指示する旧行情報112゜ (c)旧プログラムから新プログラムへの更新に当って
(i)保存されているか(図示(イ)の如く横線で表現
することにする一以下同じ)、(ii)新たに挿入され
たか、  (iii)更新(変更)されたかなどを記述
する更新種別情報113゜ (d)新プログラムでの命令rd!に対応する節点v’
、を指示する折節点情報114゜ (6)節点v’iに対応する旧プログラムでの節点V!
を指示する旧節点情報115゜ (f)新行の内容を記述するコメント情報116゜(g
)旧行の内容を記述するコメント情報117゜などがま
とめて記述さ・れている。
(a) New line information 111° indicating the line position in the new program (corresponding to instruction di in the new program) (b) Line position in the old program (corresponding to instruction m in the old program) Old line information 112° (c) When updating from the old program to the new program, (i) Is it preserved? , (ii) whether it has been newly inserted, or (iii) whether it has been updated (changed), etc. Update type information 113° (d) Command rd! in the new program. The node v' corresponding to
, the fold node information 114° (6) The node V in the old program corresponding to the node v'i!
Old node information 115゜(f) that indicates the new line, comment information 116゜(g
) Comment information 117° that describes the contents of the old line, etc. are written all at once.

符号2は旧パスデータベースであって。Reference numeral 2 is the old pass database.

(h)旧プログラムにおける技aiを指示する技情幸1
i1 2 1゜ (i)始端節点V、を指示する節点1情報122゜(j
)終端節点v、+1を指示する節点2情報123゜ (k)技aiが関連する命令miを指示する命令情報1
24゜ などがまとめて記述されている。更に符号3は新パスデ
ータベースであって。
(h) Gijuko 1 that instructs the technique ai in the old program
i1 2 1゜(i) Node 1 information 122゜(j
) Node 2 information 123° indicating the terminal node v, +1 (k) Instruction information 1 indicating the instruction mi related to technique ai
24° etc. are described together. Furthermore, numeral 3 is a new path database.

(2)新プログラムにおける技al 、を指示する枝情
報131゜ (m)始端節点v′、を指示する節点1情報132゜(
n)終端節点V’ ! 、 Iを指示する節点2情報1
33゜ (0)技a/ 、が関連する命令イ、を指示する命令情
報134゜ などがまとめて記述されている。
(2) Branch information 131゜(m) indicating technique al in the new program, node 1 information 132゜(m) indicating starting node v',
n) Terminal node V'! , Node 2 information 1 indicating I
33°(0) Technique a/, command information 134° instructing related command A, etc. are collectively described.

以下、第3図(A)(B)を参照して、旧プログラムか
ら新プログラムへの移行に当って、何んらかの変化が加
えられたか否かを調べる処理過程を説明する。
Hereinafter, with reference to FIGS. 3(A) and 3(B), a process of checking whether any changes have been made during transition from an old program to a new program will be described.

第3図(A)は更新履歴情報の抽出処理過程を概念的に
示すものであり、符号4は更新履歴情報の抽出過程を表
わしている。
FIG. 3(A) conceptually shows the process of extracting update history information, and reference numeral 4 represents the process of extracting update history information.

第3図(A)は図示の如く抽出過程4が与えられている
とすると、枝aiに関して、技a、の節点vs +  
vill と命令mi とを旧パスデータベース2の■
欄で求めるようにされる。■欄に示す如く技aiは命令
m、に対応しているので、更新履歴管理データベース1
の■欄から更新種別情報Xiを求める。節点Viについ
ては同じくデータベース1の■欄から更新種別情報X 
五〇1が求まり。
In FIG. 3(A), assuming that the extraction process 4 is given as shown, the node vs + of technique a with respect to the branch ai.
vill and instruction mi in the old path database 2.
You can ask for it in the field. As shown in column ■, technique ai corresponds to instruction m, so update history management database 1
The update type information Xi is obtained from the ■ column. Regarding node Vi, update type information X is also obtained from column ■ of database 1.
Find 501.

節点V 66 Hについては同じくデータベース1の■
欄から更新種別情報xt4zが求まる。更新種別情報X
i、Xi。l r  Xi+2が夫々保存であれば(新
旧変化がないものであれば)、パス(ai+  vii
Vi+1 )は保存されている(変化のないものである
)ことが判る。
Regarding node V 66 H, also see ■ in database 1.
Update type information xt4z is found from the column. Update type information
i, Xi. If l r Xi+2 are each preserved (if there is no change between old and new), the path (ai+ vii
It can be seen that Vi+1) is preserved (unchanged).

第3図(B)は関数関係を説明する説明図であり2図示
の関数F、G、H,Jは図示左端の情報aiやm、やv
8や’/i*1などから夫々の関数関係の下で図示右端
の情報ViやV i 61やm、やXiやX t*+や
X gotなどが索引される。この関係が第1図におい
て同じ関数F、 G、 H,Jで示されている。
FIG. 3(B) is an explanatory diagram for explaining functional relationships, and the functions F, G, H, and J shown in the two diagrams are information ai, m, and v at the left end of the diagram.
Information such as Vi, V i 61, m, Xi, X t**, and X got on the right side of the diagram is indexed under the respective functional relationships from 8, '/i*1, etc. This relationship is shown in FIG. 1 by the same functions F, G, H, and J.

上述の如く2本発明の一実施例処理においては。As mentioned above, in two embodiments of the present invention.

更新履歴管理データベース1と旧パスデータベース2と
を用いて、パス(a(l  vi 1  vi+1)が
更新されたかどうか割り出す。全プログラムパスの中で
、更新されたパス(ai +  vl *  vi*+
 )を含むものは、更新されたプログラムパスなので。
Using the update history management database 1 and the old path database 2, determine whether the path (a(l vi 1 vi+1)) has been updated.Among all program paths, the updated path (ai + vl * vi*+
) is the updated program path.

これによって、プログラムの更新に伴なうプログラムパ
スの更新履歴を管理することができる。
This makes it possible to manage the update history of program paths associated with program updates.

第4図は本発明のプログラムパス更新履歴管理システム
の一実施例構成を示す。旧プログラム11が例えば、第
5図図示101の如きものであったとし、エディタ12
によって更新された新プログラム13が第5図図示10
2の如きものであったとする。なお、第6図に示すパス
チャート201や202は、旧プログラム101や新プ
ログラム102について、第1図図示のパス1010の
如き形で表現したものである。
FIG. 4 shows the configuration of an embodiment of the program path update history management system of the present invention. For example, suppose that the old program 11 is as shown in FIG. 5, 101, and the editor 12
The new program 13 updated by
Suppose it is something like 2. Note that the path charts 201 and 202 shown in FIG. 6 represent the old program 101 and the new program 102 in a form such as the path 1010 shown in FIG.

このとき、得られた新プログラム13が保持されると共
に、コマンド履歴14が抽出される。当該コマンド履歴
14は、第5図図示の両者プログラムLotと102と
を行対応につき合わせることによって得られ、第7図図
示のコマンド履歴103の如きものとなる。
At this time, the obtained new program 13 is retained and the command history 14 is extracted. The command history 14 is obtained by matching the two programs Lot and 102 shown in FIG. 5 in line correspondence, and becomes something like the command history 103 shown in FIG. 7.

この状態の下で、旧プログラムから新プログラムへの移
行に当って、更新が行われた個所を見出す場合には次の
ように行われる。
In this state, when transitioning from an old program to a new program, the process to find updated locations is as follows.

第4図図示のデータベース生成機構15が、新プログラ
ム13とコマンド履歴14とを対応づけることによって
、第7図図示の更新履歴管理データベース1′を得る。
The database generation mechanism 15 shown in FIG. 4 associates the new program 13 with the command history 14 to obtain the update history management database 1' shown in FIG.

このデータベース1′は第2図図示のデータベース1に
相当するものである。またデータベース生成機構15は
、第7図図示の旧パスデータベース2′履新パスデータ
ベース3′とを生成して、第4図図示のデータベース1
6内に格納する。なお第7図図示のデー多ベース2′と
3′とは第2図図示のデータベース2と3とに相当する
ものである。
This database 1' corresponds to the database 1 shown in FIG. The database generation mechanism 15 also generates the old path database 2' and the new path database 3' shown in FIG. 7, and generates the database 1 shown in FIG.
Stored within 6. Note that the databases 2' and 3' shown in FIG. 7 correspond to the databases 2 and 3 shown in FIG.

第4図図示のデータベース操作機構17は、第7図図示
の各データベース1’、  2’、  3’を用いて。
The database operation mechanism 17 shown in FIG. 4 uses each of the databases 1', 2', and 3' shown in FIG.

パスを節点と枝とに分解して、更新されたか否かを調べ
る。第7図図示の場合の技aに着目すると。
Decompose the path into nodes and branches and check whether they have been updated. Focusing on technique a in the case shown in FIG.

データベース2′から9節点は(rsJ、rlJ)であ
り命令は「2」であることが判る。そして。
It can be seen from the database 2' that the 9th node is (rsJ, rlJ) and the instruction is "2". and.

節点rSJはデータベース1′から図示(イ)の如く保
存されていることが判り1節点「1」は更新され、命令
「2」は図示(イ)の如(保存されていることが判る。
It can be seen from the database 1' that the node rSJ has been saved as shown in FIG.

したがって、パス(a、3゜1)は更新されていること
が判明する。他のパス(b、1.1)や(c、1.H)
についても同様に調べる。節点と枝との両者が保存され
ていれば。
Therefore, it turns out that the path (a, 3°1) has been updated. Other paths (b, 1.1) and (c, 1.H)
Also check in the same way. If both nodes and branches are preserved.

二小、、a−y I+ IHfi六柄プ2.1ス啼シシ
かスー1雫の上らにして得られた保存パスを除いたパス
が試験すべきプログラムパス18として抽出されること
となる。
2 small,, ay I+ IHfi six patterns 2.1 The path excluding the saved path obtained from the top of the screen will be extracted as the program path 18 to be tested. .

〔発明の効果〕〔Effect of the invention〕

以上説明した如(1本発明によれば、新旧プログラムと
コマンド履歴とを保持しておくことによってプログラム
パスの履歴管理を行うことができ。
As explained above (1) According to the present invention, program path history management can be performed by retaining old and new programs and command history.

プログラムパスに基づくテスト情報を更新されたプログ
ラムにおいて再利用することができる。
Test information based on program paths can be reused in updated programs.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の原理説明図、第2図は本発明において
利用されるデータベースを説明する説明図、第3図(A
)(B)は本発明における処理過程を説明する図、第4
図は本発明の一実施例構成。 第5図、第6図および第7図は第4図図示の構成につい
ての動作を説明する説明図、第8図は従来の処理例を示
す。 図中、1は更新履歴管理データベース、2は旧パスデー
タベース、3は新パスデータベース、4は更新履歴情報
抽出過程、14はコマンド履歴。 15はデータベース生成機構、17はデータベース操作
機構を表わす。
Fig. 1 is an explanatory diagram of the principle of the present invention, Fig. 2 is an explanatory diagram explaining the database used in the present invention, and Fig. 3 (A
)(B) is a diagram explaining the processing process in the present invention, No. 4
The figure shows the configuration of an embodiment of the present invention. 5, 6, and 7 are explanatory diagrams for explaining the operation of the configuration shown in FIG. 4, and FIG. 8 shows a conventional processing example. In the figure, 1 is an update history management database, 2 is an old path database, 3 is a new path database, 4 is an update history information extraction process, and 14 is a command history. 15 represents a database generation mechanism, and 17 represents a database operation mechanism.

Claims (1)

【特許請求の範囲】 プログラムパスの更新履歴管理において、 個々のパスを分岐点で切断して、切断されたパスの始端
の分岐点を節点1、終端の分岐点を節点2、分岐点間の
ルートを枝として、個々のパスを枝、節点1、節点2の
3つの要素で表現して、これらのパスの集合としてプロ
グラムパスを表現するよう構成されてなり、 プログラムパスの枝と節点とプログラムの命令に対応す
る行情報と当該行情報ごとにエディタ(12)を通して
作用する更新種別との少なくとも4つの要素の関係をデ
ータベース(1、2、3)として保持し、 枝、節点1、2を上記行情報を中立ちとして更新種別情
報を抽出してパスの更新履歴を得るよう構成され、 プログラムパスの更新履歴を得る ことを特徴とするプログラムパス更新履歴管理方式。
[Claims] In program path update history management, each path is cut at a branch point, the starting branch point of the cut path is node 1, the terminal branch point is node 2, and the branch point between the branch points is It is structured so that the root is a branch, each path is expressed as three elements: branch, node 1, and node 2, and the program path is expressed as a set of these paths.The program path branches, nodes, and program The relationship of at least four elements between the line information corresponding to the command and the update type operated through the editor (12) for each line information is maintained as a database (1, 2, 3), and the branches and nodes 1 and 2 are A program path update history management method characterized in that the method is configured to obtain update history of a path by extracting update type information using the above line information as neutral, and obtains an update history of a program path.
JP62042169A 1987-02-25 1987-02-25 Managing system for updating history of program path Pending JPS63208941A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62042169A JPS63208941A (en) 1987-02-25 1987-02-25 Managing system for updating history of program path

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62042169A JPS63208941A (en) 1987-02-25 1987-02-25 Managing system for updating history of program path

Publications (1)

Publication Number Publication Date
JPS63208941A true JPS63208941A (en) 1988-08-30

Family

ID=12628467

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62042169A Pending JPS63208941A (en) 1987-02-25 1987-02-25 Managing system for updating history of program path

Country Status (1)

Country Link
JP (1) JPS63208941A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7263531B2 (en) 2000-11-14 2007-08-28 Microsoft Corporation Minimum delta generator for program binaries
US8438558B1 (en) 2009-03-27 2013-05-07 Google Inc. System and method of updating programs and data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5852759A (en) * 1981-09-24 1983-03-29 Fujitsu Ltd Extraction system for pass information

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5852759A (en) * 1981-09-24 1983-03-29 Fujitsu Ltd Extraction system for pass information

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7263531B2 (en) 2000-11-14 2007-08-28 Microsoft Corporation Minimum delta generator for program binaries
US7681190B2 (en) 2000-11-14 2010-03-16 Microsoft Corporation Minimum delta generator for program binaries
US7685590B2 (en) 2000-11-14 2010-03-23 Microsoft Corporation Minimum delta generator for program binaries
US8438558B1 (en) 2009-03-27 2013-05-07 Google Inc. System and method of updating programs and data

Similar Documents

Publication Publication Date Title
JPH0228831A (en) Version management
Bruno et al. Process-translatable Petri nets for the rapid prototyping of process control systems
US6745174B2 (en) Method of executing before-triggers in an active database
US8271416B2 (en) Method for dynamically determining a predetermined previous condition of a rule-based system
CN105095425B (en) A kind of inter-library method and device of carrying down of database
CN109936479A (en) Control plane failure diagnostic system and its implementation based on Differential Detection
Vetta Approximating the minimum strongly connected subgraph via a matching lower bound
JPS63208941A (en) Managing system for updating history of program path
JPH0565892B2 (en)
CN108286972B (en) Intelligent error checking method and device for navigation electronic map data and hybrid navigation system
CN111831271B (en) Git code review system supporting simulation pre-assembly pipeline and method thereof
JPS6320529A (en) Knowledge acquiring system
Hellebrand et al. A branching model for variability-affected cyber-physical systems
US11855851B2 (en) Lazy graph construction with compression and a hybrid graph-relational model for representing a network topology
Normington Cleanroom and Z
Hoover et al. An analytical approach to change for the design of reusable real-time software
JPS59189471A (en) Wiring route searching system
JPH05314148A (en) Release management system
Kitamura et al. Graph Exploration Using Constant-Size Memory and Storage
Qiu et al. Test scenario generation for reliability tactics from UML sequence diagram
CN117827834A (en) Method and system for intelligently analyzing and warehousing JSON format interface based on distributed scheduling
CN115187209A (en) Work information tracking method and device
JPH03116330A (en) Table form knowledge debugging system
JPS63204436A (en) System for processing non-deciding state
JPH04344932A (en) Distributed programming method