Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] Question regarding code searching: GSOC application

Hi,

> I am a graduate student in the department of Computer Science at
> University of Saskatchewan.

funny, I used to study there myself for one year. Is Mike Horsch still
the machine learning guy in town?

> I am particularly interested to the Code
> Searching problem. Is this proposal also considering searching for
> similar methods (like method level code completion) or blocks of code?.

There is a whole MSc thesis [1] and prototype implementation [2] for you
to look at.

But the answer is yes, definitely; you want to be able to find other
code in your current workspace that is similar to the one you are
currently working on (uses the same types, calls the same methods, etc.)

> Can I consider that in my application. Could you please also point me
> anything that can help me to understand the idea? (such as the Masters
> thesis talked in the proposal). I knew about the GSOC at the last moment
> from my friend and I found this a great place to blend research idea and
> implementation. Any suggestion/comment would really help me to complete
> my application.

Have a look at the thesis certainly helps. Also, the Bugzilla issue I
linked to contains much of the discussion on this topic so far. (For the
rest, search the mailing list archives.)

Hope that helps.

Andreas

[1] <https://bugs.eclipse.org/bugs/show_bug.cgi?id=401843>
[2]
<https://git.eclipse.org/c/recommenders.incubator/org.eclipse.recommenders.codesearch.git/>

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top