Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] [soc-dev] [GSoC] Livedoc Weekly Report 02

Hi recommenders-dev,
Hi soc-dev,

this is your weekly status report for the GSoC 2014 project Livedoc [XXL].

What happened last week?

1. This week I had to investigate and debug further into an obscure bug which was open on the bugtracker for a long time enough.
I've ended with debugging in javac classloader code in the JDK, which actually caused the problem. So, this one wasn't a failure of Livedoc, but one of Javadoc resp. the com.sun.tools.javac.code package. Of course, this doesn't solves the problem for us, but the code is fixed in JDK 8. I wrote down my results on the Livedoc Bugtracker [1] and currently I'm waiting for feedback about a possible workaround for this on Livedoc side.

2. Configured logback to only print error stack traces when Livedoc is started with a '-debugging' flag [2].

3. Finished a Contributor's guide for Livedoc [3] :)

4. Wrote regression tests for Bug 432819 [4].

What will be (hopefully) done next week?
Fix and close all remaining bugs on the Bugtracker for the 0.9 release. Prepare the release and livedoc some packages (e.g. org.eclipse.*) for a preview.

Of course, I'll post about the 0.9 release on this mailing list(s) :)

Best regards,
Patrick


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=432454
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=433281
[3] http://git.eclipse.org/c/recommenders.incubator/org.eclipse.recommenders.livedoc.git/about/
[4] https://bugs.eclipse.org/bugs/show_bug.cgi?id=432819

Back to the top