AKAI TSUKI

System development or Technical something

  1. インストール
    1. eclipseのpulginをダウンロード。
    2. ダウンロードしたファイルを展開してeclipseのフォルダに配置して完了。
  2. Line has trailing spaces のwarningが邪魔
    1. checkstyleの設定からMiscellaneousを選択し、Generic Illegal Regexpを選ぶ
    2. formatのところを次のように修正しました。\s+$ → \s\s+$
  3. override method
/**
 * {@inheritDoc}
 * ${see_to_overridden}
 */


NRIにドキュメントがある
これhttp://works.nri.co.jp/service/documents.html

(追加)
http://www.wikiroom.com/kerochan/index.php?Checkstyle