OperationRecorder

ツール概要 / What's this?

OperationRecorderは、統合開発環境EclipseのJavaエディタ上で行ったソースコードの編集操作やメニュー内のツールの呼び出し等を記録するツールです。
ソースコード記述中の操作を残しておくことで、次のような目的を達成することを狙っています。

OperationRecorder records every editing operation and built-in tool invocation that were performed on the Eclipse Java editor.
By using recorded operations, you can analyze how software development were conducted.

記録された操作履歴は、XML形式のファイルに出力されます。[出力例を表示]
操作履歴ファイルの内容についてはこちらをご参照ください。
操作履歴を再生するOperationReplayerも開発しました。[出力例を表示]

OperationRecorder outputs recorded operations into XML files. [Example]
Please refer this file to see the current operation history format.
We also implemented OperationReplayer, which replays recorded operations. [Screenshot]

関連文献 / Publications

動作環境 / Recommended environments

最近は Ubuntu + Eclipse 202109 + Java11で開発中。

ダウンロード / Download

以下jarファイルをEclipseのdropinsフォルダに置いてください。

Put the following jar files into Eclipse's dropins folder.

OperationRecorder_6.0.0.jar
OperationRecorderBase_6.0.0.jar
OperationReplayer_4.0.0.jar

OperationRecorderの開発は2024年現在も継続中です。
最新版をご希望の方は直接ご連絡下さい。

OperationRecorder is still an active project as of 2024.
Please don't hesitate to contact me if you want to try the newest version.

連絡先 / Contact

大森 隆行 (Takayuki Omori)
静岡大学情報学部
tomori_at_inf.shizuoka.ac.jp

HOME