I would like to know which Eclipse plugin do you think is best for doing code reviews? Thanks.
I don't know if you are thinking about this when you say "code review", but maybe Checkstyle is what you are looking for.
Hammurapi used to be popular, not too sure if it's still commonly used.
CQP (Code Quality Plugin) http://sourceforge.net/projects/cqp/files/ is one which runs all of the best tools: JUnit, Checkstyle, Findbugs, JDepend, Emma, Jalopy on your project
You can use the following Eclipse Plugin for the Code review
Code reviews are possibility the single most efficient way to reduce defects and improve code quality. Simply put, code reviews involve manually inspecting source code for defects, often using a checklist of common errors to help focus the search. In addition, they are an effective way of improving your team's development skills.
You can check this link devx.com
This will defnitely Help,
For Coding standard, you can check this out Checkout http://checkstyle.sourceforge.net/. PLugins are avaiable for the Eclipse