著者
谷川 郁太 石井 貴大 鈴木 智明 渡辺 晴美
雑誌
研究報告システムソフトウェアとオペレーティング・システム(OS)
巻号頁・発行日
vol.2012, no.5, pp.1-7, 2012-11-28

近年,組込み Windows 向けのシステムを開発においても C# が利用されるケースが増えてきている. C# の統合開発環境では, Form や UserControl にイベントハンドラを追加していくうちに,類似したイベントハンドラが多くできてしまう問題がある.本論文では,上記問題を解決するための類似したイベントハンドラ統合手法を提案する.また,募金箱と Twitter との連動システム 「ぶたツイ」 に適用し,その効果を評価する.Recently we have come to use C# for developing embedded systems. In developing system by using "Form" or "UserControl" on IDE, we often create many similar event handlers which cause the problem of becoming redundancy. For the sake of overcoming this problem, the paper proposes a refactoring technique for C# event handlers. To evaluate the technique, we will apply to ButaTwi, a cooperating system with collection box and Twitter, that is, Cloud and Embedded Devices system.