Java support in kdevelop
jbb
jbb at kdevelop.org
Tue Oct 14 07:29:05 UTC 2003
On Tue, 14 Oct 2003 04:32, Petr Suchomel wrote:
> I am looking into source of kdevelop, because some parts of java doesn't
> work at all, and I see empty methods:
>
> void JavaSupportPart::slotNewClass(){}
> void JavaSupportPart::addMethod( ClassDom /*klass*/ ){}
> void JavaSupportPart::addAttribute( ClassDom /*klass*/ ){}
>
> I'd like to know, if someone is working on this part, and who is
> maintainer of this part ?==> Roberto Raggi roberto at kdevelop.org ?
Speaking of java, I would suspect that the java debugger has problems as it
doesn't look to be maintained and there were significant problems in the gdb
debugger code when the java debugger split off that has since been fixed in
the gdb debugger. I'm not sure now why this split happened since the the gdb
debugger should be able to handle both languages.
Unless there are really signicant differences between the two, I'd suggest
removing the java debugger and using the gdb debugger.
Thoughts...
jbb
More information about the KDevelop-devel
mailing list