JPH05289905A - Output system for detailed information of error message at the time of translation - Google Patents

Output system for detailed information of error message at the time of translation

Info

Publication number
JPH05289905A
JPH05289905A JP4113067A JP11306792A JPH05289905A JP H05289905 A JPH05289905 A JP H05289905A JP 4113067 A JP4113067 A JP 4113067A JP 11306792 A JP11306792 A JP 11306792A JP H05289905 A JPH05289905 A JP H05289905A
Authority
JP
Japan
Prior art keywords
detailed information
error message
error
translation
manual
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
JP4113067A
Other languages
Japanese (ja)
Inventor
Miki Akamatsu
美樹 赤松
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP4113067A priority Critical patent/JPH05289905A/en
Publication of JPH05289905A publication Critical patent/JPH05289905A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To quickly extract detailed information corresponding to an error message after completing translation based upon a compiler. CONSTITUTION:An electronic manual 4 stores the detailed information of an error message and an error message number/detailed information code corresponding table 6 stores correpsonding information between an error message number and the detailed information. An error corresponding detained information retrieving means 5 retrieves the detained information from the manual 4 by referring to the table 6 based upon the error information 2 of a compiler 1 and an error message detailed information output means 3 outputs the detailed information retrieved by the means 5 to a display 7a.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は翻訳時エラーメッセージ
出力方式に関し、特にコンパイラによるプログラムの翻
訳の結果として発生したエラーメッセージの詳細情報を
出力する翻訳時エラーメッセージ詳細情報出力方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a translation-time error message output system, and more particularly to a translation-time error message detailed information output system for outputting detailed information of an error message generated as a result of a program translation by a compiler.

【0002】[0002]

【従来の技術】従来、コンパイラは、プログラムの翻訳
中に翻訳時エラー(プログラムの構文上,意味上等の誤
り;以下、単にエラーという)を発見した場合、エラー
発生個数,エラー発生場所,エラーメッセージ番号,エ
ラー内容等からなるエラーメッセージをコンパイル結果
として出力装置に出力していた。利用者は、出力された
エラーメッセージに基づいてプログラムのデバッグを行
うが、エラーメッセージだけでは不明な点はマニュアル
を見たり、メッセージ説明書等を調べたりしながらプロ
グラムのデバッグを行っていた。
2. Description of the Related Art Conventionally, when a compiler detects an error during translation of a program (an error in the syntax and meaning of the program; hereinafter simply referred to as an error), the number of error occurrences, the error occurrence location, the error An error message consisting of the message number and error content was output to the output device as the compilation result. The user debugs the program based on the output error message, but if the error message alone is not clear, the user debugs the program while looking at the manual or checking the message manual.

【0003】また、ある1つのエラーが原因となり他の
エラーが派生的に生じることがあるが、エラーメッセー
ジからだけではエラー同士の関連付けは熟練した利用者
でなければ見つけにくかった。
In addition, one error may cause another error, but it is difficult for an experienced user to find the correlation between the errors only from the error message.

【0004】さらに、エラーメッセージの不明な点につ
いてマニュアルを見たりメッセージ説明書等を調べたり
することは面倒であり、このために利用者が十分な調査
を行うことなしにプログラムを修正してしまい、プログ
ラムのコンパイルエラーだけはなくなったが、論理的に
は言語仕様の使用方法を間違えたままのプログラムが作
成されてしまうことがあった。
Further, it is troublesome to look at a manual or to look up a message manual or the like regarding an unclear point of an error message, and for this reason, the user corrects the program without conducting a sufficient investigation. , Although there was no compile error in the program, logically, there were cases where a program was created with the wrong usage of the language specification.

【0005】[0005]

【発明が解決しようとする課題】上述した従来の翻訳時
エラーメッセージ出力方式では、エラーメッセージだけ
では不明な点はマニュアルを見たり、メッセージ説明書
等を調べたりしなければならなかったので、プログラム
のデバッグに多くの工数および時間がかかるという問題
点があった。
In the above-described conventional translation error message output method, it is necessary to look at the manual or check the message manual etc. if there is any unclear point only with the error message. There is a problem that it takes a lot of man-hours and a lot of time to debug.

【0006】また、エラーメッセージからだけではエラ
ー同士の関連付けは熟練した利用者でなければ見つけに
くく、このためにプログラムのデバッグにより多くの工
数および時間がかかるという問題点があった。
Further, there is a problem that it is difficult for a skilled user to find the correlation between the errors only from the error message, and it takes a lot of man-hours and time to debug the program.

【0007】さらに、利用者がエラーメッセージの不明
な点についてマニュアルを見たりメッセージ説明書等を
調べたりすることなしにプログラムを修正した場合に
は、言語仕様の誤った使い方に対する利用者の学習が的
確に行われないままにプログラムのコンパイルエラーだ
けはなくなり、論理的には使用方法を間違えていて、プ
ログラムの組み直しになるという結果が生じるおそれが
あるという問題点があった。
Further, if the user corrects the program without looking at the manual or checking the message manual etc. regarding the unclear point of the error message, the user can learn the incorrect usage of the language specification. There is a problem that only the compile error of the program disappears without being accurately executed, and the usage is logically wrong, which may result in reassembly of the program.

【0008】本発明の目的は、上述の点に鑑み、デバッ
グ時にマニュアルやメッセージ説明書を参照することな
しにエラーメッセージに対応する詳細情報を迅速に取り
出すことができるようにした翻訳時エラーメッセージ詳
細情報出力方式を提供することにある。
In view of the above points, an object of the present invention is to provide a detailed translation error message which enables quick extraction of detailed information corresponding to an error message without referring to a manual or a message manual during debugging. It is to provide an information output method.

【0009】[0009]

【課題を解決するための手段】本発明の翻訳時エラーメ
ッセージ詳細情報出力方式は、コンパイラによるプログ
ラムの翻訳の結果として発生したエラーメッセージを出
力する翻訳時エラーメッセージ出力方式において、エラ
ーメッセージの詳細情報を格納する電子マニュアルと、
エラーメッセージ番号と前記電子マニュアルの詳細情報
との対応情報を保持するエラーメッセージ番号・詳細情
報コード対応テーブルと、コンパイラのエラー情報を元
に前記エラーメッセージ番号・詳細情報コード対応テー
ブルを参照して前記電子マニュアルから詳細情報を検索
するエラー対応詳細情報検索手段と、このエラー対応詳
細情報検索手段により検索された詳細情報を出力するエ
ラーメッセージ詳細情報出力手段とを有する。
According to the method of outputting detailed information of a translation error message of the present invention, detailed information of an error message is output in the method of outputting a translation time error message which outputs an error message generated as a result of translation of a program by a compiler. An electronic manual that stores the
The error message number / detailed information code correspondence table that holds the correspondence information between the error message number and the detailed information of the electronic manual, and the error message number / detailed information code correspondence table based on the error information of the compiler, It has an error handling detailed information searching means for searching detailed information from the electronic manual and an error message detailed information outputting means for outputting the detailed information searched by the error handling detailed information searching means.

【0010】[0010]

【作用】本発明の翻訳時エラーメッセージ詳細情報出力
方式では、電子マニュアルがエラーメッセージの詳細情
報を格納し、エラーメッセージ番号・詳細情報コード対
応テーブルがエラーメッセージ番号と電子マニュアルの
詳細情報との対応情報を保持し、エラー対応詳細情報検
索手段がコンパイラのエラー情報を元にエラーメッセー
ジ番号・詳細情報コード対応テーブルを参照して電子マ
ニュアルから詳細情報を検索し、エラーメッセージ詳細
情報出力手段がエラー対応詳細情報検索手段により検索
された詳細情報を出力する。
In the translation error message detailed information output method of the present invention, the electronic manual stores the detailed information of the error message, and the error message number / detailed information code correspondence table associates the error message number with the detailed information of the electronic manual. The information is retained, and the detailed error information retrieval means retrieves detailed information from the electronic manual by referring to the error message number / detailed information code correspondence table based on the error information of the compiler, and the error message detailed information output means responds to the error. The detailed information retrieved by the detailed information retrieval means is output.

【0011】[0011]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described in detail with reference to the drawings.

【0012】図1は、本発明の一実施例に係る翻訳時エ
ラーメッセージ詳細情報出力方式の構成を示すブロック
図である。本実施例の翻訳時エラーメッセージ詳細情報
出力方式は、エラー情報2およびエラーメッセージ詳細
情報出力手段3を含むコンパイラ1と、エラー対応詳細
情報検索手段5を含む電子マニュアル4と、エラーメッ
セージ番号・詳細情報コード対応テーブル6と、ディス
プレイ7aおよびキーボード7bを含む端末装置7とか
ら構成されている。
FIG. 1 is a block diagram showing a configuration of a translation error message detailed information output system according to an embodiment of the present invention. The error message detailed information output method at the time of translation of this embodiment is a compiler 1 including error information 2 and error message detailed information output means 3, an electronic manual 4 including error correspondence detailed information retrieval means 5, an error message number and details. The information code correspondence table 6 and the terminal device 7 including the display 7a and the keyboard 7b are included.

【0013】コンパイラ1は、コンパイル結果の情報と
してエラーメッセージ番号を含むエラーメッセージから
なるエラー情報2を持つ。これは、コンパイラ1の既存
機能である。
The compiler 1 has error information 2 consisting of an error message including an error message number as information of a compilation result. This is an existing function of the compiler 1.

【0014】エラーメッセージ詳細情報出力手段3は、
エラー情報2から得られたエラーメッセージ番号を電子
マニュアル4のエラー対応詳細情報検索手段5に渡し、
電子マニュアル4のエラー対応詳細情報検索手段5によ
り検索されたエラーメッセージ番号に対応する詳細情報
をディスプレイ7aに出力する機能を持つ。
The error message detailed information output means 3 is
The error message number obtained from the error information 2 is passed to the error handling detailed information search means 5 of the electronic manual 4,
It has a function of outputting detailed information corresponding to the error message number searched by the error handling detailed information searching means 5 of the electronic manual 4 to the display 7a.

【0015】電子マニュアル4は、詳細情報コードを付
与された詳細情報が多数格納されたファイル,データベ
ース等でなる。
The electronic manual 4 is composed of a file, a database and the like in which a large number of detailed information to which detailed information codes are added are stored.

【0016】エラー対応詳細情報検索手段5は、エラー
メッセージ詳細情報出力手段3から渡されたエラーメッ
セージ番号によりエラーメッセージ番号・詳細情報コー
ド対応テーブル6を検索して詳細情報コードを取得し、
この詳細情報コードを用いて電子マニュアル4の詳細情
報を検索する機能を持つ。
The error handling detailed information retrieving means 5 retrieves the error message number / detailed information code correspondence table 6 by the error message number passed from the error message detailed information outputting means 3 to obtain the detailed information code,
This detailed information code is used to search for detailed information in the electronic manual 4.

【0017】図2を参照すると、エラーメッセージ番号
・詳細情報コード対応テーブル6は、エラーメッセージ
番号と、マニュアル種別および詳細情報識別子から構成
された詳細情報コードとからなる複数のエントリでな
る。1つのエラーメッセージに対応する詳細情報が複数
存在する場合は、1つのエラーメッセージ番号に対して
複数の詳細情報コードが対応するように配列されてい
る。このエラーメッセージ番号・詳細情報コード対応テ
ーブル6は、電子マニュアル4の作成時に同時に作成さ
れる。
Referring to FIG. 2, the error message number / detailed information code correspondence table 6 is composed of a plurality of entries including an error message number and a detailed information code composed of a manual type and a detailed information identifier. When there are a plurality of detailed information corresponding to one error message, a plurality of detailed information codes are arranged so as to correspond to one error message number. The error message number / detailed information code correspondence table 6 is created at the same time when the electronic manual 4 is created.

【0018】図3を参照すると、本実施例の翻訳時エラ
ーメッセージ詳細情報出力方式の処理は、エラーメッセ
ージ読込みステップS1と、エラーメッセージ終了判定
ステップS2と、エラーメッセージ表示ステップS3
と、エラーメッセージ番号登録判定ステップS4と、詳
細情報複数存在判定ステップS5と、複数詳細情報存在
表示ステップS6と、要求有無判定ステップS7と、詳
細情報出力要求判定ステップS8と、詳細情報検索ステ
ップS9と、詳細情報表示ステップS10と、詳細情報
不存在表示ステップS11とからなる。
Referring to FIG. 3, the process of the error message detailed information output method during translation according to the present embodiment is performed by an error message reading step S1, an error message end determination step S2, and an error message displaying step S3.
Error message number registration judgment step S4, detailed information plural existence judgment step S5, plural detailed information existence display step S6, request presence / absence judgment step S7, detailed information output request judgment step S8, and detailed information search step S9. And a detailed information display step S10 and a detailed information nonexistence display step S11.

【0019】次に、このように構成された本実施例の翻
訳時エラーメッセージ詳細情報出力方式の動作について
説明する。
Next, the operation of the translation error message detailed information output system of the present embodiment thus constructed will be described.

【0020】コンパイラ1がプログラム(図示せず)を
翻訳中にエラーが発生した場合には、コンパイラ1中に
エラー情報2が蓄積される。
When an error occurs while the compiler 1 is translating a program (not shown), error information 2 is stored in the compiler 1.

【0021】コンパイラ1によるプログラムの翻訳が終
了すると、エラーメッセージ詳細情報出力手段3が起動
される。
When the translation of the program by the compiler 1 is completed, the error message detailed information output means 3 is activated.

【0022】エラーメッセージ詳細情報出力手段3は、
エラー情報2からエラーメッセージを読み込み(ステッ
プS1)、エラーメッセージが終りか否かを判断する
(ステップS2)。エラーメッセージが終りでなけれ
ば、エラーメッセージ詳細情報出力手段3は、読み込ん
だエラーメッセージのエラーメッセージ番号を電子マニ
ュアル4のエラー対応詳細情報検索手段5に渡す。
The error message detailed information output means 3 is
An error message is read from the error information 2 (step S1), and it is determined whether the error message is over (step S2). If the error message is not over, the error message detailed information output means 3 passes the error message number of the read error message to the error handling detailed information retrieval means 5 of the electronic manual 4.

【0023】エラー対応詳細情報検索手段5は、渡され
たエラーメッセージ番号がエラーメッセージ番号・詳細
情報コード対応テーブル6に登録されているかどうかを
検索する(ステップS4)。エラーメッセージ番号が登
録されていれば、エラー対応詳細情報検索手段5は、エ
ラーメッセージ番号に対応してエラーメッセージ番号・
詳細情報コード対応テーブル6に登録されている詳細情
報コードとその数をエラーメッセージ詳細情報出力手段
3に返却する。
The error handling detailed information retrieval means 5 retrieves whether or not the passed error message number is registered in the error message number / detailed information code correspondence table 6 (step S4). If the error message number is registered, the error handling detailed information retrieval means 5 will correspond to the error message number and the error message number /
The detailed information code registered in the detailed information code correspondence table 6 and the number thereof are returned to the error message detailed information output means 3.

【0024】エラーメッセージ詳細情報出力手段3は、
返却された詳細情報コードの数に基づいてエラーメッセ
ージ番号に対応する詳細情報が複数存在するかどうかを
判断し(ステップS5)、複数の詳細情報がある場合に
はその旨をディスプレイ7aに表示する(ステップS
6)。対応する詳細情報が複数存在しない場合、すなわ
ち単数存在する場合には、エラーメッセージ詳細情報出
力手段3は、ステップS6をスキップする。
The error message detailed information output means 3 is
Based on the number of returned detailed information codes, it is determined whether or not there is a plurality of detailed information corresponding to the error message number (step S5), and if there is a plurality of detailed information, the fact is displayed on the display 7a. (Step S
6). If there is not a plurality of corresponding detailed information, that is, if there is a single detailed information, the error message detailed information output means 3 skips step S6.

【0025】続いて、エラーメッセージ詳細情報出力手
段3は、利用者によるキーボード7bからの要求を待ち
(ステップS7)、要求が行われると、詳細情報出力要
求であるかどうかを判定する(ステップS8)。詳細情
報出力要求であれば、エラーメッセージ詳細情報出力手
段3は、電子マニュアル4のエラー対応詳細情報検索手
段5に詳細情報コードを渡して詳細情報の検索を要求す
る。
Subsequently, the error message detailed information output means 3 waits for a request from the keyboard 7b by the user (step S7), and when the request is made, it is determined whether the request is a detailed information output request (step S8). ). If it is a detailed information output request, the error message detailed information output means 3 passes the detailed information code to the error handling detailed information retrieval means 5 of the electronic manual 4 to request a retrieval of the detailed information.

【0026】エラー対応詳細情報検索手段5は、渡され
た詳細情報コードをキーとして電子マニュアル4から対
応する詳細情報を検索し(ステップS9)、検索した詳
細情報をエラーメッセージ詳細情報出力手段3に戻す。
The error handling detailed information retrieving means 5 retrieves the corresponding detailed information from the electronic manual 4 using the passed detailed information code as a key (step S9), and retrieves the retrieved detailed information to the error message detailed information outputting means 3. return.

【0027】エラーメッセージ詳細情報出力手段3は、
エラー対応詳細情報検索手段5から戻された詳細情報を
ディスプレイ7aに表示し(ステップS10)、ステッ
プS7に制御を戻す。
The error message detailed information output means 3 is
The detailed information returned from the error handling detailed information retrieval means 5 is displayed on the display 7a (step S10), and the control is returned to step S7.

【0028】したがって、対応する詳細情報が複数ある
場合は、利用者はキーボード7bから複数回の詳細情報
出力要求を投入することができ、これによりエラーメッ
セージ詳細情報出力手段3は、複数の詳細情報をディス
プレイ7aに表示することができる。
Therefore, when there are a plurality of corresponding detailed information, the user can input the detailed information output request a plurality of times from the keyboard 7b, whereby the error message detailed information output means 3 can output a plurality of detailed information. Can be displayed on the display 7a.

【0029】ステップS8で詳細情報出力要求でない場
合、エラーメッセージ詳細情報出力手段3は、ステップ
S1に制御を戻し、次のエラーメッセージについて同様
の動作を繰り返す。
If the detailed information output request is not made in step S8, the error message detailed information output means 3 returns the control to step S1 and repeats the same operation for the next error message.

【0030】また、ステップS4でエラーメッセージ番
号・詳細情報コード対応テーブル6にエラーメッセージ
番号が登録されていなければ、エラー対応詳細情報検索
手段5は、エラーメッセージ番号に対応する詳細情報が
存在しない旨をエラーメッセージ詳細情報出力手段3に
返す。
If no error message number is registered in the error message number / detailed information code correspondence table 6 in step S4, the error handling detailed information retrieval means 5 indicates that there is no detailed information corresponding to the error message number. Is returned to the error message detailed information output means 3.

【0031】エラーメッセージ詳細情報出力手段3は、
エラーメッセージ番号が存在しない旨を通知されると、
対応する詳細情報が存在しない旨をディスプレイ7aに
表示し(ステップS11)、ステップS1に制御を戻
す。
The error message detailed information output means 3 is
If you are notified that the error message number does not exist,
The fact that there is no corresponding detailed information is displayed on the display 7a (step S11), and the control is returned to step S1.

【0032】ステップS2でエラー情報2中のエラーメ
ッセージが終りになれば、エラーメッセージ詳細情報出
力手段3は、処理を終了する。
When the error message in the error information 2 ends in step S2, the error message detailed information output means 3 ends the process.

【0033】[0033]

【発明の効果】以上説明したように本発明によれば、電
子マニュアル,エラーメッセージ番号・詳細情報コード
対応テーブル,エラー対応詳細情報検索手段およびエラ
ーメッセージ詳細情報出力手段を設けたことにより、デ
バッグ時にマニュアルやメッセージ説明書を参照するこ
となしにエラーメッセージに対応する詳細情報を迅速に
取り出すことができ、デバッグにかかる工数および時間
を削減することができるという効果がある。
As described above, according to the present invention, the electronic manual, the error message number / detailed information code correspondence table, the error correspondence detailed information retrieval means, and the error message detail information output means are provided, so that the debugging can be performed. There is an effect that detailed information corresponding to an error message can be quickly extracted without referring to a manual or a message manual, and the man-hours and time required for debugging can be reduced.

【0034】また、エラー同士の関連情報を詳細情報に
含めれば、熟練した利用者でなくてもエラー同士の関連
付けを容易に見つけることができ、的確なデバッグが迅
速に可能になるという効果がある。
Further, if the related information between the errors is included in the detailed information, it is possible for an unskilled user to easily find the relationship between the errors and to enable accurate debugging quickly. ..

【0035】さらに、言語仕様の正しい使い方を詳細情
報に含めれば、利用者に対する学習効果が生じ、言語仕
様の正しい使い方に対する学習が的確に行われて、言語
仕様の間違った使い方によりプログラムの組み直しにな
るという事態の発生を未然に防止することができる。
Further, if the correct usage of the language specification is included in the detailed information, a learning effect for the user is produced, the correct usage of the language specification is accurately learned, and the program is reassembled due to the incorrect usage of the language specification. It is possible to prevent the occurrence of the situation.

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

【図1】本発明の一実施例に係る翻訳時エラーメッセー
ジ詳細情報出力方式の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a translation error message detailed information output system according to an exemplary embodiment of the present invention.

【図2】図1中のエラーメッセージ番号・詳細情報コー
ド対応テーブルの内容を示す図である。
FIG. 2 is a diagram showing the contents of an error message number / detailed information code correspondence table in FIG.

【図3】本実施例の翻訳時エラーメッセージ詳細情報出
力方式の処理を示す流れ図である。
FIG. 3 is a flowchart showing a process of a translation error message detailed information output method of the present embodiment.

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

1 コンパイラ 2 エラー情報 3 エラーメッセージ詳細情報出力手段 4 電子マニュアル 5 エラー対応詳細情報検索手段 6 エラーメッセージ番号・詳細情報コード対応テーブ
ル 7 端末装置 7a ディスプレイ 7b キーボード
1 Compiler 2 Error Information 3 Error Message Detailed Information Output Means 4 Electronic Manual 5 Error Handling Detailed Information Searching Means 6 Error Message Number / Detail Information Code Correspondence Table 7 Terminal Device 7a Display 7b Keyboard

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 コンパイラによるプログラムの翻訳の結
果として発生したエラーメッセージを出力する翻訳時エ
ラーメッセージ出力方式において、 エラーメッセージの詳細情報を格納する電子マニュアル
と、 エラーメッセージ番号と前記電子マニュアルの詳細情報
との対応情報を保持するエラーメッセージ番号・詳細情
報コード対応テーブルと、 コンパイラのエラー情報を元に前記エラーメッセージ番
号・詳細情報コード対応テーブルを参照して前記電子マ
ニュアルから詳細情報を検索するエラー対応詳細情報検
索手段と、 このエラー対応詳細情報検索手段により検索された詳細
情報を出力するエラーメッセージ詳細情報出力手段とを
有することを特徴とする翻訳時エラーメッセージ詳細情
報出力方式。
1. A translation manual error message output method for outputting an error message generated as a result of translation of a program by a compiler, an electronic manual storing detailed information of an error message, an error message number and detailed information of the electronic manual. Error message number / detailed information code correspondence table that holds the correspondence information with, and error correspondence that searches detailed information from the electronic manual by referring to the error message number / detailed information code correspondence table based on the error information of the compiler A translation error message detailed information output method comprising: detailed information retrieval means and error message detailed information output means for outputting the detailed information retrieved by the error handling detailed information retrieval means.
JP4113067A 1992-04-06 1992-04-06 Output system for detailed information of error message at the time of translation Pending JPH05289905A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4113067A JPH05289905A (en) 1992-04-06 1992-04-06 Output system for detailed information of error message at the time of translation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4113067A JPH05289905A (en) 1992-04-06 1992-04-06 Output system for detailed information of error message at the time of translation

Publications (1)

Publication Number Publication Date
JPH05289905A true JPH05289905A (en) 1993-11-05

Family

ID=14602667

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4113067A Pending JPH05289905A (en) 1992-04-06 1992-04-06 Output system for detailed information of error message at the time of translation

Country Status (1)

Country Link
JP (1) JPH05289905A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006127274A (en) * 2004-10-29 2006-05-18 Fujitsu Ltd System management information display program, system management information display device, system management information display method, and operation management system
KR101064950B1 (en) * 2008-12-02 2011-09-15 한국전자통신연구원 Apparatus and Method for Translation-Error Post-Editing
US8494835B2 (en) 2008-12-02 2013-07-23 Electronics And Telecommunications Research Institute Post-editing apparatus and method for correcting translation errors

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006127274A (en) * 2004-10-29 2006-05-18 Fujitsu Ltd System management information display program, system management information display device, system management information display method, and operation management system
JP4611714B2 (en) * 2004-10-29 2011-01-12 富士通株式会社 Operation management system and system management information display method
KR101064950B1 (en) * 2008-12-02 2011-09-15 한국전자통신연구원 Apparatus and Method for Translation-Error Post-Editing
US8494835B2 (en) 2008-12-02 2013-07-23 Electronics And Telecommunications Research Institute Post-editing apparatus and method for correcting translation errors

Similar Documents

Publication Publication Date Title
CN111143370B (en) Method, apparatus and computer-readable storage medium for analyzing relationships between a plurality of data tables
JPH05289905A (en) Output system for detailed information of error message at the time of translation
CN115658539A (en) Integrity detection method and device for macro definition in code and chip simulation system
JPH09185500A (en) Device and method for automatically correcting source program
JP3591109B2 (en) Keyword setting device
JP2636720B2 (en) Input character string correction device for coding
JP2002342129A (en) Method for checking coding
JPH1185536A (en) Device and method for automatically correcting error of source program
JPH05128159A (en) Key word extraction and its device
JPH07239861A (en) Document retrieving device
JPH10116188A (en) Method and device for generating instruction sentence
JP3505610B2 (en) Document search system
JP3087699B2 (en) Standard information simple input system and standard information simple input method
JP2908184B2 (en) Text file editing method and apparatus
JP3194925B2 (en) Program debug display method and program debug support device
JP2629604B2 (en) Management book making device
KR960705281A (en) Fuzzy data processing device and method therefor
JP2000003359A (en) Document processor
JPH05204708A (en) Debugger processing system
JPH09262957A (en) Makeup and device
JPH04297928A (en) Method for outputting source program list
JPH05341983A (en) Information processing system
JPH05314303A (en) Erroneously read character correcting method
JPH06259280A (en) Error processing method
JPH0383130A (en) Device for automatizing processing dependent upon time