Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mylyn/Enriching Task Context with Breakpoints

This project is part of Google Summer of Code 2012.

  • Student: Sebastian Schmidt
  • Mentor(s): Steffen Pingel, Benjamin Muskalla


Abstract

Mylyn does a great job building a context for our tasks. Yet, it is currently focused on files and resources that are used while accomplishing a task. However, nowadays the IDE has access to far more artifacts and activities that can be mapped to a task - for example: builds, reviews or commits. I propose to extend the Mylyn context model in order to allow for adding all different kinds of artifacts. Further, I propose to use this new functionality in order to add Breakpoint information to the context.

Description

It is hardly possible to find development-related information that cannot be displayed and managed from within Eclipse. Plugins allow the platform to manage all kind of connections to remote systems - like SCM-systems, build-server or database-server. All of these additional plugins might contain task-related information that would be a nice addition to Mylyn's task context. As an example, think of team provider that contribute SCM paths to the Mylyn context and thus allow adopters of the context to check out the resources required to solve the task with one click.

However, Mylyn currently does not provide APIs to allow third-party plugins to publish additional information to the context and there are a lot of things to be considered before this step might be possible. The backwards compatibility of context information should for example be secured. Also, if a third-party plugin adds additional information to the context, developers should still be able to use the context without the requirement to install the third-party plugin.

The main goal of this Google Summer of Code project is to come up with a concept and implementation to make the Mylyn context more flexible in the described way. Then, I am going to provide a reference implementation that adds breakpoints to the Mylyn context.

Breakpoint Support for Mylyn is an often discussed and requested feature and should be a straightforward example for the new APIs. See for example the ongoing discussion on Bug #155333.

Deliverables

First, I am going to deliver new Mylyn APIs that enable third-party plugins to contribute task-relevant information to the context. Then, I will provide an example implementation for those APIs, which adds breakpoint information to the context.

Milestones

Legend
Glass.gif Needs some research

Progress.gif Work in progress

Ok green.gif Milestone completed

Status Milestone Description Due Date Bugs / Reviews
Ok green.gif M1 Community Bounding, technical discussion May 21st
Ok green.gif Students begin coding official GSoC milestone, see [1] May 21st
Ok green.gif M2 extending the mylyn context: building APIs that allow third party plugins to contribute information to Mylyn context July 9th BUG 155333, BUG 378399, Review 6052, Review 6053
Ok green.gif Midterm evaluations official GSoC milestone, see [2] July 13th
Ok green.gif M3 implementation of a plugin that adds breakpoints to the context August 1th BUG 384067, BUG 384365, BUG 384460, Review 6337, Review 6338, Review 6625, Review 6634
Progress.gif M4 project documentation and presentation August 13th
Ok green.gif pencils down date official GSoC milestone, see [3] August 13th

Resource

- Related Bug: [4]

- Google Summer of Code Proposal: [5]

- Google Summer of Code Project Description: [6]

Back to the top