Archive for the 'Eclipse' Category

Having trouble with JavaDocs? Here is a solution!

Sunday, January 22nd, 2006

Annoyed by the JavaDocs? Here is a quick solution:

Select the method/class you want to add JavaDocs comment.
Press Alt+Shift+J
There you go. You still need to type the description of the method but at least all the parameters are done for you.

Java Metrics and Profiling

Tuesday, January 3rd, 2006

So I was looking around to see how we can evaluate our code and found these Eclipse plugins.
Eclipse Profiler Plugin : homepage | project page
EclipseMetrics : homepage
Metrics 1.3.6 : homepage