Eclipse-工具使用总结

11年前
插件列表:
http://findbugs.cs.umd.edu/eclipse
 (潜在bug检查)
http://update.eclemma.org (junit测试覆盖率统计)
http://eclipse-cs.sf.net/update/ (java代码规范检查)
http://veloedit.sourceforge.net/updates/ (velocity vm模板编辑)
http://beyondcvs.sourceforge.net/ (beyond compare)

常用功能:
1:Windows拷贝粘贴文件路径自动转义\为\\
   Window>Preference>Java>Editor>Typing
       勾选 Escape text when pasting into a string literal

2:待续。。。