Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Metrics Plugin

I'm searching for a Eclipse plugin which measures my activity on projects on a daily basis. I'd like to have a statistic showing me how many LOCs, tests, classes etc. were added. Additionally I'd like it to work without a server.

I'm working with Eclipse 3.7 and 3.6.

like image 474
schlingel Avatar asked Feb 01 '12 08:02

schlingel


2 Answers

You might want to consider Mylyn. It is a task based plugin for Eclipse. It lets you get a list of bugs assigned to you...you pick a bug (or create a manual work item), and then Mylyn tracks the time you spend on it.

Time tracking is really just a side benefit of Mylyn, the real power is that it supports automatic context switching..ie. when you get interrupted and have to start working on another bug Mylyn remembers and restores your context.

like image 140
Brian Tarbox Avatar answered Oct 21 '22 22:10

Brian Tarbox


Source Monitor is not an Eclipse plug-in, but it does let you set "checkpoints" to compare how the metrics have changed between checkpoints. Note that it only works on Windows.

like image 29
KenK Avatar answered Oct 21 '22 20:10

KenK