Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] SoC Project: JDT UI Code Completion and Refactoring Improvements weekly report #1

Hi,

as promised, here comes the weekly mail on my progress.

In the beginning of the week, I was familiarizing myself with the development process of JDT, created my wiki page [1], set up my workspace and experimented a bit with how Gerrit works. Later on, I started examining the code. At first, I did not understand exactly how the substring completion algorithm was supposed to work so I started implementing something slightly different but then we clarified this with my mentors.

As of today, I have some very initial code in my github repository [2], which does not work yet. I'm trying to debug it but surprisingly it behaves in a different way if I just run it or if I debug it. I'll check this with my mentors.

Best regards,
Gábor

[1] https://wiki.eclipse.org/Google_Summer_of_Code_2015/JDT_UI_Code_Completion_and_Refactoring
[2] https://github.com/gaborbsd/JDT_UI_SOC2015


Back to the top