Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] [gsoc] Status Report for Week 30

Hello,

this is the report or the GSoC project „Visualized Statistics from the Developer Workspace“. 

Project description: Developer Statistics is an incubator project of Eclipse Code Recommenders that tracks how developers use their Eclipse IDE. If you ever wanted to find out how you use code completions or what commands you use most often, Developer Statistics has the answer.

The goal of this project is to analyze some loaded data from the developer workspace: e.g. number of loaded plugins, quantity of EGit commits, loaded tasks in Mylyn etc. With these statistics the developer could provide an overview of its workspace and maybe find out, how to make more efficient use of the Eclipse IDE.  

What I have done last week:
I have worked on bug 470827, where we want to show, the commit stats of a repo.

What I have done: 
  • Serveral unit tests created
  • Refactoring of the code base
  • Show only the top 6 committers
  • Committers in the chart now sorted
My code changes are all online in Gerrit here

Tasks for the next week:
Continue the work on task 470827
  • Move the Git repo access code in a background job
  • Solve redraw() problem on Windows
  • Start discussion about the next Git page
Inline-Bild 1

Feedback:
If you want to install Developer Statistics, look at the update site [1].
Feedback would be really great, please comment on bug 463175 or contact me on the mailing list.
 
Regards,
Akif


Back to the top