Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to contribute to the Eclipse project (eclipse.jdt.core). People say the best way to start is to get a good grasp of the Eclipse source. But I'm not sure where to start, as all files are interlinked. Any pointers would be helpful.

share|improve this question
This question on programmers.stackexchange.com might help you: programmers.stackexchange.com/questions/155488/… (disclaimer: This is not meant as an insult to the Eclipse project) – Philipp Feb 15 at 9:59
This one might be even more applicable: programmers.stackexchange.com/questions/112725/… – Philipp Feb 15 at 10:01
Try looking at the big picture first (diagrams with layers, main parts...): jdg2e.com/ch08.architecture/doc/images/architecture.jpg, then go into more details. – Christophe Roussy Feb 15 at 10:08

closed as not constructive by Will Feb 17 at 18:12

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Understand Eclipse Architecture http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html http://www.vogella.com/articles

Go through list of bugs https://bugs.eclipse.org/bugs/

You can suggest patch for bug and get it reviewed.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.