eclipse常用插件

反编译

jadclipse( http://sourceforge.net/projects/jadclipse/)

Java代码规范检查

Checkstyle( http://checkstyle.sourceforge.net/)
+ PMD( http://pmd.sourceforge.net/)
+ Findbugs( http://findbugs.sourceforge.net/).

UML

eUml2( http://www.soyatec.com/main.html

直接跳入接口实现类插件:implementors

http://eclipse-tools.sourceforge.net/updates

代码折叠插件:Coffee Bytes Java Folding

http://eclipse.realjenius.com/update-site

打开文件目录辅助工具 StartExplorer

http://startexplorer.sourceforge.net/

测试 moreUnit

http://moreunit.sourceforge.net/


你可能感兴趣的:(eclipse)