JP2014123263A - Information processor, information processing method, and program - Google Patents
Information processor, information processing method, and program Download PDFInfo
- Publication number
- JP2014123263A JP2014123263A JP2012279324A JP2012279324A JP2014123263A JP 2014123263 A JP2014123263 A JP 2014123263A JP 2012279324 A JP2012279324 A JP 2012279324A JP 2012279324 A JP2012279324 A JP 2012279324A JP 2014123263 A JP2014123263 A JP 2014123263A
- Authority
- JP
- Japan
- Prior art keywords
- change
- source code
- changed
- information processing
- processing apparatus
- 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
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
Description
本発明は、ソフトウェアのソースコードの変更点を用紙に印刷してユーザに確認させる場合の技術に関するものである。 The present invention relates to a technique for causing a user to confirm changes in software source code on paper.
ソフトウェア開発におけるソースコードの変更点の正確な検出、変更により影響を受けるソースコードを検出する技術は既に存在しており、また、コンピュータのモニタ上での確認を容易にするソフトウェアは複数存在する。これらのソフトウェアは、コンピュータのモニタ上での表示、及び検出した変更箇所を履歴として管理していくものである。 There is already a technique for accurately detecting a source code change in software development, and a technique for detecting a source code affected by the change, and there are a plurality of software that facilitates confirmation on a computer monitor. These softwares manage the display on the computer monitor and the detected changes as a history.
しかしながら、ソースコードを印刷する場合、変更点並びに変更により影響を受けるソースコードを印刷するには、印刷順序を指定したり、影響を受ける箇所のページ番号を特定して印刷したりするなど煩雑な作業が要求される。また、実際に変更点を確認する場合、変更箇所並びに変更により影響を受けるソースコードを探しだす手間が発生し、影響を受ける箇所の確認漏れが発生する可能性もある。
特許文献1には、ソースコードの変更点の検出やソースコードの変更影響範囲の検出を行いコンピュータモニタ上に表示する技術が開示されている。
However, when printing the source code, in order to print the changed point and the source code affected by the change, it is troublesome to specify the print order or specify the page number of the affected part and print it. Work is required. Further, when actually confirming the change point, it takes time to find the changed part and the source code affected by the change, and there is a possibility that the confirmation of the affected part may be omitted.
しかしながら、特許文献1に記載の技術は、モニタ上に表示する技術であって、ソースコードを用紙に印刷して変更点の確認をする作業者が、変更箇所や影響を受ける箇所を容易に識別できるようにする点については何ら考慮されていない。ソースコードの変更点を確認する作業においては、その視認性・一覧性を重視して、用紙に印刷して確認する作業者も多く、特許文献1の技術では、このように、モニタを離れ、印刷したソースコードの変更点を確認する作業者の作業負担を軽減することができない。
However, the technique described in
そこで、本発明は、上記課題を解決するものであり、ソースコードを用紙に印刷して変更点の確認をする作業者が、変更箇所や影響を受ける箇所を容易に識別できる仕組みを提供することを目的とする。 Therefore, the present invention solves the above-described problem, and provides a mechanism by which an operator who prints a source code on a sheet and confirms a change point can easily identify a change point or an affected point. With the goal.
本発明は、ソフトウェアのソースコードを用紙に印刷したときに、変更された内容を確認する作業者に容易に変更の内容を識別させる出力を行う情報処理装置であって、変更前のソースコードを含むソースファイルと、変更後のソースコードを含むソースファイルとが入力されたことに応じて、それぞれのソースファイルを用いて、ソースコードが変更された内容を特定できる変更情報を変更テーブルに管理する管理手段と、前記管理手段により管理される変更テーブルに含まれる変更情報を用いて、変更の内容に応じて、変更後のソースコードを印刷する印刷順を決定する決定手段と、前記決定手段により決定された印刷順に従って、前記変更後のソースコードを含むソースファイルを出力する処理を行う出力手段とを備えることを特徴とする。 The present invention is an information processing apparatus that performs an output that allows a worker who confirms the changed contents to easily identify the contents of the change when the software source code is printed on a sheet. In response to the input of the source file including the source code including the source code after the change and the source file including the changed source code, each source file is used to manage the change information that can identify the content of the changed source code in the change table. A management unit, a determination unit that determines a printing order for printing the changed source code according to the content of the change, using the change information included in the change table managed by the management unit, and the determination unit Output means for performing a process of outputting a source file including the changed source code in accordance with the determined printing order; That.
本発明によれば、ソースコードを用紙に印刷して変更点の確認をする作業者が、変更箇所や影響を受ける箇所を容易に識別できる仕組みを提供することができる。 According to the present invention, it is possible to provide a mechanism in which an operator who prints a source code on a sheet and confirms a change point can easily identify a change place or an affected place.
以下、図面を用いて本発明の実施の形態を説明する。
図1は、本発明の実施の形態における情報処理システムの構成を示す図である。
クライアント端末101、プリンタ301がネットワーク401を介して通信可能に接続されている。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram showing a configuration of an information processing system according to an embodiment of the present invention.
A
クライアント端末101は、パーソナルコンピュータなどの情報処理装置である。ソフトウェアの開発者は、クライアント端末を操作して、ソフトウェアのソースコードの入力を行う。また、クライアント端末101は、入力されたソースコードを含むソースファイル201をハードディスクなどに管理している。
プリンタ301は、印刷装置である。クライアント端末101から入力された印刷データを紙に出力する機能を備えている。
ネットワーク401は、インターネットなどの通信回線である。
The
The
The
図2は、本発明の実施の形態における情報処理装置のハードウェア構成図である。
図1に示したクライアント端末101に適用可能な情報処理装置のハードウェア構成を示すブロック図である。
FIG. 2 is a hardware configuration diagram of the information processing apparatus according to the embodiment of the present invention.
It is a block diagram which shows the hardware constitutions of the information processing apparatus applicable to the
図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM202あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。
In FIG. 2,
203はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM202あるいは外部メモリ211からRAM203にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。
A
また、205は入力コントローラで、キーボード(KB)209や不図示のマウス等のポインティングデバイス等からの入力を制御する。206はビデオコントローラで、CRTディスプレイ(CRT)210等の表示器への表示を制御する。なお、図2では、CRT210と記載しているが、表示器はCRTだけでなく、液晶ディスプレイ等の他の表示器であってもよい。これらは必要に応じて管理者が使用するものである。
An
207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶する外部記憶装置(ハードディスク(HD))や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。
A
208は通信I/Fコントローラで、ネットワーク(例えば、図1に示したLAN400)を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。
A communication I /
なお、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRT210上での表示を可能としている。また、CPU201は、CRT210上の不図示のマウスカーソル等でのユーザ指示を可能とする。
Note that the
本発明を実現するための後述する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、上記プログラムの実行時に用いられる定義ファイル及び各種情報テーブル等も、外部メモリ211に格納されており、これらについての詳細な説明も後述する。
Various programs to be described later for realizing the present invention are recorded in the
図3は、本発明の実施の形態における各種データテーブルを示す図である。
ソースコード変更確認印刷において、ソースコードの変更内容や行数、変更における必要な情報を記録する変更テーブルである。
FIG. 3 is a diagram showing various data tables in the embodiment of the present invention.
This is a change table for recording source code change contents, the number of lines, and necessary information for change in source code change confirmation printing.
変更テーブル301は、複数の変更レコード302で構成されている。変更レコード302内の参照レコードテーブル303は複数の参照レコード304で構成されている。印刷イメージブロックテーブル305は、複数の印刷イメージレコード306で構成されている。 The change table 301 is composed of a plurality of change records 302. The reference record table 303 in the change record 302 is composed of a plurality of reference records 304. The print image block table 305 includes a plurality of print image records 306.
なお、変更テーブル301は、大きく分けて変更点に関する情報と、変更点の印刷位置に関する情報を含む変更レコード302により構成されている。変更IDは、変更レコードで重複しない番号を付与し、複数登録可能となっている。 Note that the change table 301 is roughly composed of a change record 302 including information on change points and information on print positions of the change points. The change ID is assigned a number that is not duplicated in the change record, and a plurality of change IDs can be registered.
図4は、本発明の実施の形態における情報処理装置の機能ブロック図である。
情報処理装置101は、抽出部310、印刷順序決定部330、印刷イメージブロック作成部340、印刷レイアウト調整部350、目次作成部360を備えている。
FIG. 4 is a functional block diagram of the information processing apparatus according to the embodiment of the present invention.
The
抽出部310は、変更前のソースコードを含むソースファイル100と、変更後のソースコードを含むソースファイル200とを入力情報として受け取ると、2つのソースファイルからソースコード上の変更点並びに修正影響範囲を抽出し、図3に示す変更テーブルをRAM1003に作成して、ソースコードの変更点数分の変更レコードを作成する。変更レコードに、変更があったファイル名、変更点が変数であれば変数名、関数であれば関数名、ソースコードの変更位置行、変更前ソースコード、変更後ソースコードを記憶する。この変更点を抽出する処理の説明は後述する。
When the
また、印刷順序決定部330は、印刷順序を決定する。RAM1003に記憶した変更レコードを参照し、変更内容に応じて印刷順序グループを決定し、印刷順序グループID列に印刷順序グループIDを追加する。この印刷順序を決定する処理の流れは後述する。
Further, the printing
印刷イメージブロック作成部340は、RAM1003に記憶させた印刷順序グループIDに応じた印刷イメージブロックを変更レコード数分作成し、RAM302に記憶する。印刷イメージブロックイメージ作成時には変更レコードの印刷イメージブロックIDを付与し、印刷イメージブロックテーブルに印刷イメージレコードを追加する。この印刷イメージレコードを作成する処理の説明は後述する。
The print image
また、印刷レイアウト調整部350は、RAM1003に記憶した変更レコード及び印刷イメージレコードを参照し、印刷イメージレコードに記憶した印刷イメージオブジェクトの印刷順序と印刷するページのレイアウトを決定する。この印刷レイアウトを調整する処理の説明は後述する。
Further, the print
また、目次作成部360は、RAM1003に記憶した変更レコードの順に目次を作成する。目次にはファイル名列を見出し1とし、変数/関数名列を見出し2とし、見出し3には印刷位置行として印刷イメージブロック印刷ページ番号列と印刷イメージブロック印刷開始行列と印刷イメージブロック内変更位置行の行数を印刷位置行として目次を作成する。また、参照一覧列に情報がある場合は参照一覧の参照ファイル名と参照関数の開始行も目次に含める。この目次を作成する処理の説明は後述する。
最後に、目次作成部360で作成した目次と印刷レイアウト調整部350で作成した印刷レイアウト調整イメージをプリンタ301で印刷を行う。
次に、図5を用いて、変更点を抽出する処理の流れの説明を行う。
The table of
Finally, the table of contents created by the table of
Next, the flow of processing for extracting a change point will be described with reference to FIG.
図5は、本発明の実施の形態における変更点を抽出する処理の流れを示すフローチャートである。
501において、情報処理装置は、変更前ソースファイル100と変更後ソースファイル200との入力を受け付けて、ソースコードが変更された箇所の解析を行う。解析の結果、ソースコードの変更点をリスト化したソースコード変更点リストに出力を行う。
FIG. 5 is a flowchart showing a flow of processing for extracting a change point in the embodiment of the present invention.
In 501, the information processing apparatus receives input of the source file 100 before change and the source file 200 after change, and analyzes a portion where the source code has been changed. As a result of the analysis, output is made to a source code change list that lists the changes of the source code.
502において、情報処理装置は、修正(変更)によって影響を受ける範囲の解析を行う。解析の結果、修正によって影響を受ける範囲を特定する情報をリスト化した修正影響範囲リストに出力を行う。
503において、情報処理装置は、変更レコードを作成して、変更テーブルに登録を行う。
以上、変更点を抽出する処理の流れの説明を行った。
次に、図6を用いて、印刷順序を決定する処理の流れを説明する。
In 502, the information processing apparatus analyzes the range affected by the correction (change). As a result of the analysis, the information for specifying the range affected by the correction is output to the correction influence range list in which information is specified.
In 503, the information processing apparatus creates a change record and registers it in the change table.
The process flow for extracting changes has been described above.
Next, the flow of processing for determining the printing order will be described with reference to FIG.
図6は、本発明の実施の形態における印刷順序を決定する処理の流れを示すフローチャートである。
印刷順序グループは、A:差分あり、B:差分変数/関数を参照している、C:差分も参照もなし、以上のルールで設定される。A、B、Cの順に優先度が高く設定されるものとする。
FIG. 6 is a flowchart showing the flow of processing for determining the printing order in the embodiment of the present invention.
The print order group is set according to the above rules, A: with difference, B: with reference to the difference variable / function, C: with no difference or reference. Assume that the priority is set higher in the order of A, B, and C.
601において、情報処理装置は、既に変更テーブルに追加されている変数/関数を除く、変更後ソースファイルの全ての変数/関数を変更テーブルに追加する。変更テーブルには、変更ID、ファイル名、変数/関数名を追加する。
602において、情報処理装置は、変更テーブルのすべての印刷順序グループにCを設定する。
603において、情報処理装置は、変更テーブルから変更ID順に変更属性を検索する。
604において、情報処理装置は、変更テーブルから変数/関数名に紐づく変更属性を取得する。
605において、情報処理装置は、変更属性=”追加”または変更属性=”変更”または変更属性=”削除”であるかの判定を行う。
606において、情報処理装置は、変更属性が、追加または変更または削除のとき、印刷順序グループIDにAを設定する。
607において、情報処理装置は、参照一覧が存在するかの判定を行う。
608において、ファイル名と変数/関数名と一致する変数/関数が存在するかを変更テーブルのすべての参照一覧から検索する。
609において、情報処理装置は、印刷順序グループID=Cであるかの判定を行う。
610において、情報処理装置は、印刷順序グループIDにBを設定する。
In 601, the information processing apparatus adds all the variables / functions of the changed source file to the change table, excluding the variables / functions already added to the change table. A change ID, a file name, and a variable / function name are added to the change table.
In 602, the information processing apparatus sets C to all print order groups in the change table.
In 603, the information processing apparatus searches for change attributes in the order of change IDs from the change table.
In 604, the information processing apparatus acquires a change attribute associated with the variable / function name from the change table.
In
In 606, the information processing apparatus sets A to the print order group ID when the change attribute is addition, change, or deletion.
In 607, the information processing apparatus determines whether a reference list exists.
In 608, it is searched from all reference lists of the change table whether there exists a variable / function that matches the file name and the variable / function name.
In step S <b> 609, the information processing apparatus determines whether the print order group ID = C.
In 610, the information processing apparatus sets B as the print order group ID.
611において、情報処理装置は、全ての変数/関数名の印刷順序グループIDを設定したかを判定し、Noの場合処理を繰り返す。これにより、全ての変更IDに対して行い、印刷順序グループを決定する。
以上、印刷順序を決定する処理の流れの説明を行った。
次に、図7および図8を用いて、印刷イメージレコードを作成する処理の流れの説明を行う。
In 611, the information processing apparatus determines whether the print order group IDs of all the variables / function names have been set. This is performed for all the change IDs, and the print order group is determined.
The process flow for determining the printing order has been described above.
Next, the flow of processing for creating a print image record will be described with reference to FIGS.
図7および図8は、本発明の実施の形態における印刷イメージレコードを作成する処理の流れを示すフローチャートである。
701において、情報処理装置は、変更後ソースファイルから、すべての変数/関数のイメージブロック(印刷イメージオブジェクト)を作成する。
7 and 8 are flowcharts showing the flow of processing for creating a print image record in the embodiment of the present invention.
In 701, the information processing apparatus creates image blocks (print image objects) of all variables / functions from the changed source file.
702において、情報処理装置は、印刷イメージブロックリストに、印刷イメージブロックID、ファイル名、変数/関数名、行番号(変数/関数の開始行)、印刷イメージオブジェクトを設定する。
703において、情報処理装置は、Indexに1を入力する。
704において、情報処理装置は、変更IDの最大値がIndexより小さいかの判定を行う。
705において、情報処理装置は、変更テーブルからIndexの変更属性を取得する。
706において、情報処理装置は、変更属性=追加であるかの判定を行う。
707において、情報処理装置は、印刷イメージブロックリストから同名変数/関数の印刷イメージオブジェクトを取得する。
708において、情報処理装置は、イメージブロックの変更位置行に強調イメージを設定する。
709において、情報処理装置は、変更属性=編集であるかの判定を行う。
710において、情報処理装置は、変更テーブルから変更前ソースを取得する。
711において、情報処理装置は、イメージブロックの変更位置行に参照先イメージを設定する。
712において、情報処理装置は、変数が編集されていたかの判定を行う。
713において、情報処理装置は、イメージブロックの編集された変数に強調イメージを設定する。
801において、情報処理装置は、変更が条件式内の編集であるかの判定を行う。
802において、情報処理装置は、印刷イメージブロックに条件式範囲イメージを設定する
803において、情報処理装置は、変更行のスコープが15行以上であるかの判定を行う。
804において、情報処理装置は、印刷イメージブロックにスコープ長イメージを設定する。
805において、情報処理装置は、印刷順序グループID=Bであるかの判定を行う。
806において、情報処理装置は、変更テーブルのすべての参照関数を検索する。
807において、情報処理装置は、参照元イメージを作成する。
808において、情報処理装置は、省略イメージブロックを設定する。
809において、情報処理装置は、印刷イメージブロックリストの印刷イメージブロックIDを変更テーブルの印刷イメージブロックIDに設定する。
In 702, the information processing apparatus sets a print image block ID, a file name, a variable / function name, a line number (variable / function start line), and a print image object in the print image block list.
In 703, the information
In 704, the information processing apparatus determines whether the maximum value of the change ID is smaller than the index.
In 705, the information processing apparatus acquires a change attribute of Index from the change table.
In 706, the information processing apparatus determines whether the change attribute = addition.
In 707, the information processing apparatus acquires a print image object having the same name variable / function from the print image block list.
In 708, the information processing apparatus sets an emphasized image in the change position row of the image block.
In 709, the information processing apparatus determines whether the change attribute = edit.
In 710, the information processing apparatus acquires the pre-change source from the change table.
In 711, the information processing apparatus sets a reference destination image in the change position row of the image block.
In 712, the information processing apparatus determines whether the variable has been edited.
In 713, the information processing apparatus sets the emphasized image to the edited variable of the image block.
In 801, the information processing apparatus determines whether the change is editing within a conditional expression.
In 802, the information processing apparatus sets a conditional expression range image in the print image block. In 803, the information processing apparatus determines whether the scope of the changed line is 15 lines or more.
In 804, the information processing apparatus sets a scope length image in the print image block.
In
In 806, the information processing apparatus searches all reference functions in the change table.
In 807, the information processing apparatus creates a reference source image.
In 808, the information processing apparatus sets an omitted image block.
In 809, the information processing apparatus sets the print image block ID of the print image block list to the print image block ID of the change table.
810において、情報処理装置は、印刷イメージブロックリストの先頭行番号と変更テーブルの変更位置行の差分を計算して印刷イメージブロック内変更位置行を設定する。
811において、情報処理装置は、Indexに1を足す。
この処理を全ての印刷イメージブロックIDに対して行う。
In 810, the information processing apparatus calculates the difference between the first line number of the print image block list and the change position line of the change table, and sets the change position line in the print image block.
In 811, the information processing apparatus adds 1 to the Index.
This process is performed for all print image block IDs.
図13に作成した印刷イメージブロックの例を示す。図13には、(1)変更点を示す例、(2)変更点の確認範囲を示す例、(3)変更点がなく、変更による影響を受けない関数の例の3つの例をそれぞれ示している。
以上、印刷イメージレコードを作成する処理の流れの説明を行った。
次に、図9乃至図11を用いて、印刷レイアウトを調整する処理の流れの説明を行う。
FIG. 13 shows an example of the print image block created. FIG. 13 shows three examples: (1) an example showing a change point, (2) an example showing a check range of the change point, and (3) an example of a function that has no change point and is not affected by the change. ing.
The process flow for creating a print image record has been described above.
Next, the flow of processing for adjusting the print layout will be described with reference to FIGS. 9 to 11.
図9乃至図11は、本発明の実施の形態における印刷レイアウトを調整する処理の流れを示すフローチャートである。 9 to 11 are flowcharts showing the flow of processing for adjusting the print layout in the embodiment of the present invention.
901において、情報処理装置は、変更テーブルから[印刷順序グループID]の値が「A」であるものを全て取得する。[印刷順序グループID]の値がAであるものはその関数自体が変更されているものであるため、確認優先度は最優先となる。そのため印刷レイアウトとして[印刷順序グループID]がAのものはまず全て列挙し印刷する。 In 901, the information processing apparatus acquires all the items whose “print order group ID” value is “A” from the change table. Since the function itself is changed when the value of [Print Order Group ID] is A, the confirmation priority has the highest priority. Therefore, all print layouts with [print order group ID] A are first listed and printed.
902において、情報処理装置は、印刷イメージブロックオブジェクトが印刷用紙に収まるかを判定する。印刷配置は関数単位で行なうものとし、関数がページを跨いで印刷されないように配置する。そのために印刷用紙一枚に印刷できる行を算出し、それに収まるように[印刷順序グループID]がAの値を持つ印刷イメージブロックを配置していく。このとき、印刷イメージブロックの行数によっては、取得した順序で配置していったときに、印刷用紙に無駄なスペースができる可能性がある。これを避けるために、[印刷順序グループID]がAの値を持つ印刷イメージブロックであれば順不同として印刷ページに収まる関数を探索しつつ配置を決定していくものとする。
903において、情報処理装置は、印刷イメージブロックオブジェクトを用紙に配置する。
904において、情報処理装置は、現在のページを[印刷イメージブロック印刷ページ番号]に与える。
905において、情報処理装置は、現在の行を[印刷イメージブロック印刷イメージブロック開始行]に与える。
In 902, the information processing apparatus determines whether the print image block object fits on the print paper. The print arrangement is performed in units of functions, and the functions are arranged so that they are not printed across pages. For this purpose, a line that can be printed on one sheet of printing paper is calculated, and a print image block having a value of [print order group ID] of A is arranged so as to fit therein. At this time, depending on the number of lines in the print image block, there is a possibility that a wasteful space may be formed on the print paper when the print image blocks are arranged in the acquired order. In order to avoid this, if a print image block having a value of [print order group ID] is A, it is assumed that the arrangement is determined while searching for a function that fits in the print page in random order.
In 903, the information processing apparatus arranges the print image block object on the sheet.
In 904, the information processing apparatus gives the current page to [print image block print page number].
In 905, the information processing apparatus gives the current line to [print image block print image block start line].
906において、情報処理装置は、全ての印刷イメージブロックオブジェクトを配置したかを判定する。残りの印刷イメージブロックが一つも収まらない場合に改ページを行い(908)、配置するブロックの探索を継続する。印刷ページ一枚に収まらない関数があった場合には、最後にページを跨いで印刷する。
907において、情報処理装置は、次の印刷イメージブロックオブジェクトを取得する。
In 906, the information processing apparatus determines whether all print image block objects have been arranged. If none of the remaining print image blocks fits, page break is performed (908), and the search for blocks to be arranged is continued. If there is a function that does not fit on one print page, the page is printed across the last page.
In 907, the information processing apparatus acquires the next print image block object.
1001において、情報処理装置は、変更テーブルから[印刷順序グループID]の値が「B」であるものを全て取得する。[印刷順序グループID]の値がBのイメージブロックは[印刷順序グループID]の値がAのイメージブロックを参照している。本印刷物を用いたソースコードの変更点の確認をする際には参照している箇所と同時に見比べることで視点移動の煩わしさの軽減を図る。そのために、[印刷順序グループID]の値がBのイメージブロックは、参照している[印刷順序グループID]の値がAのイメージブロックの背面に印刷されないように配置する。この実現方法として、まず現在配置決めをしているページが印刷用紙の表面にある間は、新しい用紙であるか、[印刷順序グループID]の値がAのイメージブロックの続きに配置されているかのいずれかであり、背面に参照先関数はないので[印刷順序グループID]の値がAの時と同様に配置決めをする。
1002において、情報処理装置は、現在の印刷面が表面であるかの判定を行う。
1003において、情報処理装置は、印刷イメージブロックオブジェクトを配置する。
1004において、情報処理装置は、現在のページを[印刷イメージブロック印刷ページ番号]に与える。
1005において、情報処理装置は、現在の行を[印刷イメージブロック印刷イメージブロック開始行]に与える。
1006において、情報処理装置は、次の印刷イメージブロックオブジェクトを取得する。
In 1001, the information processing apparatus acquires all the items whose “print order group ID” value is “B” from the change table. An image block whose value of [print order group ID] is B refers to an image block whose value of [print order group ID] is A. When confirming the change of the source code using this printed matter, the troublesome movement of the viewpoint is reduced by comparing it with the reference location. For this purpose, the image block whose [print order group ID] value is B is arranged so that it is not printed on the back side of the image block whose [print order group ID] value is referenced. As a method for realizing this, first, while the currently determined page is on the surface of the print paper, it is a new paper, or whether the value of [Print Order Group ID] is placed after the image block of A. Since there is no reference destination function on the back side, the arrangement is determined in the same manner as when the value of [Print Order Group ID] is A.
In 1002, the information processing apparatus determines whether the current print surface is the front surface.
In 1003, the information processing apparatus arranges a print image block object.
In 1004, the information processing apparatus gives the current page to [print image block print page number].
In 1005, the information processing apparatus gives the current line to [print image block print image block start line].
In 1006, the information processing apparatus acquires the next print image block object.
次に、現在配置決めをしているページが印刷用紙の裏面であった、あるいは裏面になった場合は、表面に配置されている「[印刷順序グループID]の値がAのイメージブロック」を参照している「[印刷順序グループID]の値がBのイメージブロック」は配置しない(例えばイメージブロック内で関数αを参照している関数βを、関数αの裏面に印刷してしまうことを抑制するため)。よって、表面に配置されている「[印刷順序グループID]の値がAのイメージブロック」を参照していない「[印刷順序グループID]の値がBのイメージブロック」のみを裏面への配置対象とする。
1007において、情報処理装置は、表面にある印刷イメージブロックオブジェクトを参照していない印刷イメージオブジェクトを配置する。
1008において、情報処理装置は、配置できる印刷イメージオブジェクトがあるかの判定を行う。
Next, when the page currently determined to be arranged is the back side of the printing paper or the back side, the “image block whose [print order group ID] value is A” is placed on the front side. The referred “image block whose [print order group ID] value is B” is not arranged (for example, the function β referring to the function α in the image block is printed on the back side of the function α. To suppress). Therefore, only “an image block whose value of [print order group ID] is B” that does not refer to “an image block whose value of [print order group ID] is A” placed on the front side is to be placed on the back side. And
In 1007, the information processing apparatus arranges a print image object that does not refer to the print image block object on the surface.
In
裏面への配置が終了するか、配置できるものが無くなった場合は、新しい用紙への配置処理に戻り、[印刷順序グループID]の値がAの時と同様に残りのイメージブロックの配置決めをする。
1009において、情報処理装置は、新しい用紙の表面へ遷移する。
1010において、情報処理装置は、次の印刷イメージブロックオブジェクトを取得する。
1011において、情報処理装置は、印刷イメージブロックオブジェクトを配置する。
1012において、情報処理装置は、現在のページを[印刷イメージブロック印刷ページ番号]に与える。
1013において、情報処理装置は、現在の行を[印刷イメージブロック印刷イメージブロック開始行]に与える。
1014において、情報処理装置は、全ての印刷イメージブロックオブジェクトを配置したかの判定を行う。
If the arrangement on the back side is completed or there is no more arrangement, the process returns to the arrangement on a new sheet, and the arrangement of the remaining image blocks is determined in the same manner as when the value of [Print Order Group ID] is A. To do.
In 1009, the information processing apparatus transitions to the surface of a new sheet.
In 1010, the information processing apparatus acquires the next print image block object.
In 1011, the information processing apparatus arranges a print image block object.
In
In 1013, the information processing apparatus gives the current line to [print image block print image block start line].
In 1014, the information processing apparatus determines whether all print image block objects have been arranged.
次に、1101において、情報処理装置は、[印刷順序グループID]の値がCであるものをすべて取得する。[印刷順序グループID]の値がCのイメージブロックは変更もされておらず、変更があった関数の参照もしていないものである(変更による影響がないイメージブロック)。変更された関数と同じファイルに存在しているものであり、内容の確認は必要ないが、ソースコード全体の構成として関数名を残したものである。先述の通り、[印刷順序グループID]の値がCのイメージブロックを参照する可能性は低いため、印刷量を減量するために縮小(4in1印刷等)して印刷する。そのために、現在の印刷配置位置から次の印刷配置面に移動し、縮小印刷設定をする。
1102において、情報処理装置は、次の面に移動する。
1103において、情報処理装置は、縮小印刷設定をする。
1104において、情報処理装置は、印刷イメージブロックオブジェクトを配置する。
1105において、情報処理装置は、全ての印刷イメージブロックオブジェクトを配置したかの判定を行う。
1106において、情報処理装置は、次の印刷イメージブロックオブジェクトを取得する。
Next, in 1101, the information processing apparatus acquires all the items whose value of [print order group ID] is C. An image block whose value of [print order group ID] is C is not changed, and a function that has been changed is not referenced (an image block that is not affected by the change). The function is present in the same file as the changed function, and it is not necessary to check the contents, but the function name is left as a configuration of the entire source code. As described above, since it is unlikely that the value of [print order group ID] refers to an image block of C, printing is performed by reducing (4 in 1 printing or the like) in order to reduce the printing amount. For this purpose, the current print arrangement position is moved to the next print arrangement surface, and reduced print setting is performed.
In 1102, the information processing apparatus moves to the next surface.
In 1103, the information processing apparatus performs reduced print setting.
In 1104, the information processing apparatus arranges a print image block object.
In 1105, the information processing apparatus determines whether all print image block objects have been arranged.
In 1106, the information processing apparatus acquires the next print image block object.
印刷レイアウト調整処理では、印刷イメージブロックが実際に印刷されるページを印刷イメージブロック印刷ページ番号列に、印刷イメージブロックが実際に印刷される行を印刷イメージブロック印刷ページ番号列に記憶する。
以上、印刷レイアウトを調整する処理の流れの説明を行った。
次に、図12を用いて、目次を作成する処理の流れの説明を行う。
In the print layout adjustment process, the page on which the print image block is actually printed is stored in the print image block print page number column, and the line on which the print image block is actually printed is stored in the print image block print page number column.
The process flow for adjusting the print layout has been described above.
Next, the flow of processing for creating a table of contents will be described with reference to FIG.
図12は、本発明の実施の形態における目次を作成する処理の流れを示すフローチャートである。
1201において、情報処理装置は、目次印刷用イメージファイルを作成する。
1202において、情報処理装置は、変更レコードが存在するかの判定を行う。
1203において、情報処理装置は、変更レコード取得する。
1204において、情報処理装置は、変更レコードから目次作成に必要な情報を取得して作成する。
1205において、情報処理装置は、作成した目次を目次印刷用イメージファイルに追加する。
図14に作成した目次の例を示す。
以上、目次を作成する処理の流れの説明を行った。
FIG. 12 is a flowchart showing a flow of processing for creating a table of contents in the embodiment of the present invention.
In 1201, the information processing apparatus creates a table of contents printing image file.
In 1202, the information processing apparatus determines whether a change record exists.
In 1203, the information processing apparatus acquires a change record.
In 1204, the information processing apparatus acquires and creates information necessary for creating a table of contents from the change record.
In 1205, the information processing apparatus adds the created table of contents to the table of contents printing image file.
FIG. 14 shows an example of the table of contents created.
The process flow for creating a table of contents has been described above.
上述した通り、ソースコードを用紙に印刷して変更点の確認をする作業者が、変更箇所や影響を受ける箇所を容易に識別できる仕組みを提供することができる。
そのため、作業者は、ソースコードが変更された点や変更によって影響を受ける箇所を確認する作業が軽減されることとなる。
また、影響を受ける箇所の確認をする作業に必要な個所のみの印刷をすることで印刷量の軽減を図ることが可能となる。
また、目次を作成することにより確認すべき箇所の確認漏れの発生を防止することができる。
As described above, it is possible to provide a mechanism in which an operator who prints a source code on a sheet and confirms a change point can easily identify a change part or an affected part.
Therefore, the worker can reduce the work of checking the point where the source code is changed and the part affected by the change.
In addition, it is possible to reduce the amount of printing by printing only the portions necessary for the work of checking the affected portions.
In addition, it is possible to prevent occurrence of a check omission at a location to be checked by creating a table of contents.
以上、本発明の好ましい実施形態について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、
種々の変形・変更が可能である。
The preferred embodiment of the present invention has been described in detail above, but the present invention is not limited to the specific embodiment, and within the scope of the present invention described in the claims,
Various modifications and changes are possible.
また、本発明の目的は、以下のようにすることによって達成される。即ち、上述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(又は記録媒体)を、システム或いは装置に供給する。そして、そのシステム或いは装置の中央演算処理手段(CPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行する。この場合、記憶媒体から読み出されたプログラムコード自体が上述した実施形態の機能を実現することになり、そのプログラムコードを記録した記憶媒体は本発明を構成することになる。 The object of the present invention is achieved by the following. That is, a storage medium (or recording medium) in which a program code of software that realizes the functions of the above-described embodiments is recorded is supplied to the system or apparatus. Then, the central processing means (CPU or MPU) of the system or apparatus reads and executes the program code stored in the storage medium. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and the storage medium recording the program code constitutes the present invention.
また、システム或いは装置の前記中央演算処理手段が読み出したプログラムコードを実行することにより、そのプログラムコードの指示に基づき、システム或いは装置上で稼働しているオペレーティングシステム(OS)等が実際の処理の一部又は全部を行う。その処理によって上述した実施形態の機能が実現される場合も含まれる。 In addition, by executing the program code read by the central processing means of the system or apparatus, an operating system (OS) or the like operating on the system or apparatus performs actual processing based on the instruction of the program code. Do some or all. The case where the function of the above-described embodiment is realized by the processing is also included.
更に、記憶媒体から読み出されたプログラムコードが、前記システム或いは装置に挿入された機能拡張カードや、接続された機能拡張ユニットに備わるメモリに書込まれたとする。その後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって上述した実施形態の機能が実現される場合も含まれる。 Further, it is assumed that the program code read from the storage medium is written in a memory provided in a function expansion card inserted into the system or apparatus or a function expansion unit connected thereto. After that, based on the instruction of the program code, the CPU of the function expansion card or function expansion unit performs part or all of the actual processing, and the function of the above-described embodiment is realized by the processing. It is.
本発明を前記記憶媒体に適用する場合、その記憶媒体(コンピュータ読み取り可能な記憶媒体)には、先に説明したフローチャートに対応するプログラムコードが格納されることになる。 When the present invention is applied to the storage medium, the storage medium (computer-readable storage medium) stores program codes corresponding to the flowcharts described above.
101 クライアント端末
201 ソースファイル
301 プリンタ
401 ネットワーク
101
Claims (6)
変更前のソースコードを含むソースファイルと、変更後のソースコードを含むソースファイルとが入力されたことに応じて、それぞれのソースファイルを用いて、ソースコードが変更された内容を特定できる変更情報を変更テーブルに管理する管理手段と、
前記管理手段により管理される変更テーブルに含まれる変更情報を用いて、変更の内容に応じて、変更後のソースコードを印刷する印刷順を決定する決定手段と、
前記決定手段により決定された印刷順に従って、前記変更後のソースコードを含むソースファイルを出力する処理を行う出力手段と
を備えることを特徴とする情報処理装置。 An information processing apparatus for performing an output that allows a worker who confirms changed contents to easily identify the changed contents when the source code of the software is printed on paper,
Change information that can identify the contents of the source code that has been changed using each source file when the source file including the source code before the change and the source file including the source code after the change are input. Management means for managing the change table,
Determining means for determining a printing order for printing the changed source code according to the content of the change, using the change information included in the change table managed by the managing means;
An information processing apparatus comprising: an output unit that performs a process of outputting a source file including the changed source code according to the printing order determined by the determination unit.
前記出力手段は、前記設定手段により設定されたイメージを、対応するソースコードの近傍に出力することを特徴とする請求項1または2に記載の情報処理装置。 Setting means for setting an image for identifying the content of the change in the vicinity of the corresponding source code according to the content of the change, using the change information included in the change table managed by the management means;
The information processing apparatus according to claim 1, wherein the output unit outputs the image set by the setting unit to the vicinity of a corresponding source code.
前記出力手段は、前記検索手段による検索の結果を用いて、参照関係にあるソースコードを用紙の表と裏に配置しない出力をすることを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。 Search means for searching for a reference relationship using change information included in a change table managed by the management means;
4. The output device according to claim 1, wherein the output unit outputs a source code having a reference relationship that is not arranged on the front and back of the paper, using a result of the search performed by the search unit. 5. The information processing apparatus described.
変更前のソースコードを含むソースファイルと、変更後のソースコードを含むソースファイルとが入力されたことに応じて、それぞれのソースファイルを用いて、ソースコードが変更された内容を特定できる変更情報を変更テーブルに管理する管理ステップと、
前記管理ステップにより管理される変更テーブルに含まれる変更情報を用いて、変更の内容に応じて、変更後のソースコードを印刷する印刷順を決定する決定ステップと、
前記決定ステップにより決定された印刷順に従って、前記変更後のソースコードを含むソースファイルを出力する処理を行う出力ステップと
を含むことを特徴とする情報処理方法。 An information processing method in an information processing apparatus for performing an output for allowing a worker who confirms changed contents to easily identify the changed contents when the software source code is printed on paper,
Change information that can identify the contents of the source code that has been changed using each source file when the source file including the source code before the change and the source file including the source code after the change are input. Management steps to manage the change table,
A determination step of determining a printing order for printing the changed source code according to the content of the change, using the change information included in the change table managed by the management step;
And an output step of performing a process of outputting a source file including the changed source code in accordance with the printing order determined in the determining step.
変更前のソースコードを含むソースファイルと、変更後のソースコードを含むソースファイルとが入力されたことに応じて、それぞれのソースファイルを用いて、ソースコードが変更された内容を特定できる変更情報を変更テーブルに管理する管理手段、
前記管理手段により管理される変更テーブルに含まれる変更情報を用いて、変更の内容に応じて、変更後のソースコードを印刷する印刷順を決定する決定手段、
前記決定手段により決定された印刷順に従って、前記変更後のソースコードを含むソースファイルを出力する処理を行う出力手段
として前記情報処理装置を機能させることを特徴とするプログラム。 A program that can be executed in an information processing apparatus that performs an output that allows a worker who confirms a changed content to easily identify the changed content when the source code of the software is printed on paper,
Change information that can identify the contents of the source code that has been changed using each source file when the source file including the source code before the change and the source file including the source code after the change are input. Management means to manage the change table,
Determining means for determining a printing order for printing the changed source code according to the content of the change, using the change information included in the change table managed by the managing means;
A program that causes the information processing apparatus to function as an output unit that performs a process of outputting a source file including the changed source code according to a printing order determined by the determination unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012279324A JP2014123263A (en) | 2012-12-21 | 2012-12-21 | Information processor, information processing method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012279324A JP2014123263A (en) | 2012-12-21 | 2012-12-21 | Information processor, information processing method, and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2014123263A true JP2014123263A (en) | 2014-07-03 |
Family
ID=51403688
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012279324A Pending JP2014123263A (en) | 2012-12-21 | 2012-12-21 | Information processor, information processing method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2014123263A (en) |
-
2012
- 2012-12-21 JP JP2012279324A patent/JP2014123263A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11182745B2 (en) | Data processing apparatus, data processing system, data processing method, and non-transitory computer readable medium | |
KR102230729B1 (en) | An online task system for an Excel file based on templates | |
JP2006323782A (en) | Server device and control method for it | |
CN114841127B (en) | Layer stacking method and device based on streaming electronic collaboration document | |
US7805418B2 (en) | Data-processing apparatus, data processing method, and storage medium | |
JP5935488B2 (en) | Information processing apparatus, information processing method, and program | |
US20170154022A1 (en) | Information processing apparatus, method for controlling the same, and storage medium | |
US10733355B2 (en) | Information processing system that stores metrics information with edited form information, and related control method information processing apparatus, and storage medium | |
JP6032250B2 (en) | Program generating apparatus, information processing apparatus, control method, and program | |
US20100088584A1 (en) | Methods and systems for processing a document in a print-production system | |
JP2011233104A (en) | Information processing system, information processor, information processing method, program, and recording medium | |
JP2005216201A (en) | Job processing system | |
US20140092435A1 (en) | Applying individual preferences to printed documents | |
US8190563B2 (en) | Document management apparatus, document management method, and computer-readable encoding medium recorded with a computer program | |
JP2014123263A (en) | Information processor, information processing method, and program | |
JP2006309593A (en) | Business form processor, business form processing method, program and recording medium | |
JP2016110510A (en) | Information processor and information processing method | |
JP6124640B2 (en) | Document management apparatus, information processing method, and program | |
JP2015118597A (en) | Information processing apparatus, information processing method, and program | |
JP2020119409A (en) | Program, information processing apparatus, and processing method | |
JP5696474B2 (en) | Information processing apparatus, information processing method, and program | |
JP2011134269A (en) | Apparatus and method for processing information, program, and recording medium | |
JP2018041337A (en) | File management system and control method | |
JP2008269155A (en) | Template display system | |
JP4946762B2 (en) | Image processing apparatus and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20150410 |